Skip to content

Commit

Permalink
Modify deploy to run only on master
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Miranda <matheusmirandalacerda@gmail.com>
  • Loading branch information
MatheusMiranda committed May 8, 2019
1 parent b1cb741 commit 31636ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ deploy bot to homolog:
script:
- ./scripts/deploy_bot.sh $TAIS_SERVER_PASSWORD $TAIS_SERVER_IP
only:
- update_pipeline
- master

deploy web to homolog:
stage: deploy
Expand All @@ -118,4 +118,4 @@ deploy web to homolog:
script:
- ./scripts/deploy_web.sh $TAIS_SERVER_PASSWORD $TAIS_SERVER_IP
only:
- update_pipeline
- master

0 comments on commit 31636ea

Please sign in to comment.