added new environment for deploying branch builds
This commit is contained in:
parent
12838e31ee
commit
9a2c22ec64
1 changed files with 18 additions and 7 deletions
|
@ -32,6 +32,17 @@ cleanup_build_job:
|
|||
- rm -rf dist
|
||||
when: on_failure
|
||||
|
||||
develop:
|
||||
stage: deploy
|
||||
script: deploy.sh
|
||||
environment: develop
|
||||
except:
|
||||
- tags
|
||||
- master
|
||||
- develop
|
||||
variables:
|
||||
ENVIRON: develop
|
||||
|
||||
staging:
|
||||
stage: deploy
|
||||
script: deploy.sh
|
||||
|
|
Loading…
Reference in a new issue