fixed path to deploy.sh (hopefully)

This commit is contained in:
Manuel Friedli 2016-06-27 00:03:40 +02:00
parent 9a2c22ec64
commit 491a130991
1 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ cleanup_build_job:
develop:
stage: deploy
script: deploy.sh
script: ./deploy.sh
environment: develop
except:
- tags
@ -45,7 +45,7 @@ develop:
staging:
stage: deploy
script: deploy.sh
script: ./deploy.sh
environment: staging
only:
- develop
@ -54,7 +54,7 @@ staging:
production:
stage: deploy
script: deploy.sh
script: ./deploy.sh
environment: production
only:
- master