fixed path to deploy.sh (hopefully)
This commit is contained in:
parent
9a2c22ec64
commit
491a130991
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue