... 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
|
||||
variables:
|
||||
ENVIRON: develop
|
||||
TARGET: $WWW_DEPLOY_ROOT_DEVELOP
|
||||
|
||||
staging:
|
||||
stage: deploy
|
||||
|
@ -66,6 +67,7 @@ production:
|
|||
- master
|
||||
variables:
|
||||
ENVIRON: production
|
||||
TARGET: $WWW_DEPLOY_ROOT_PRODUCTION
|
||||
|
||||
cleanup_job:
|
||||
stage: cleanup
|
||||
|
|
Loading…
Reference in a new issue