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:
|
||||
- develop
|
||||
variables:
|
||||
- ENVIRON: staging
|
||||
ENVIRON: staging
|
||||
|
||||
production:
|
||||
stage: deploy
|
||||
|
@ -35,4 +35,4 @@ production:
|
|||
only:
|
||||
- master
|
||||
variables:
|
||||
- ENVIRON: production
|
||||
ENVIRON: production
|
||||
|
|
Loading…
Reference in a new issue