fixed YAML, again
This commit is contained in:
parent
3e2a37f3e7
commit
dc93de27e5
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ staging:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
variables:
|
variables:
|
||||||
- ENVIRON: staging
|
ENVIRON: staging
|
||||||
|
|
||||||
production:
|
production:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
@ -35,4 +35,4 @@ production:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
variables:
|
variables:
|
||||||
- ENVIRON: production
|
ENVIRON: production
|
||||||
|
|
Loading…
Reference in a new issue