... and do it properly
This commit is contained in:
parent
c218052556
commit
9cb3b60335
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue