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:
|
develop:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script: deploy.sh
|
script: ./deploy.sh
|
||||||
environment: develop
|
environment: develop
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
|
@ -45,7 +45,7 @@ develop:
|
||||||
|
|
||||||
staging:
|
staging:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script: deploy.sh
|
script: ./deploy.sh
|
||||||
environment: staging
|
environment: staging
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
|
@ -54,7 +54,7 @@ staging:
|
||||||
|
|
||||||
production:
|
production:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script: deploy.sh
|
script: ./deploy.sh
|
||||||
environment: production
|
environment: production
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in a new issue