... and do it properly

This commit is contained in:
Manuel Friedli 2016-06-27 00:49:00 +02:00
parent c218052556
commit 9cb3b60335

View file

@ -47,6 +47,7 @@ develop:
- develop - develop
variables: variables:
ENVIRON: develop ENVIRON: develop
TARGET: $WWW_DEPLOY_ROOT_DEVELOP
staging: staging:
stage: deploy stage: deploy
@ -66,6 +67,7 @@ production:
- master - master
variables: variables:
ENVIRON: production ENVIRON: production
TARGET: $WWW_DEPLOY_ROOT_PRODUCTION
cleanup_job: cleanup_job:
stage: cleanup stage: cleanup