fixed YAML, again

This commit is contained in:
Manuel Friedli 2016-06-26 22:28:07 +02:00
parent 3e2a37f3e7
commit dc93de27e5
1 changed files with 2 additions and 2 deletions

View File

@ -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