Skip to content
Snippets Groups Projects
Commit 87ed2003 authored by Sam Galson's avatar Sam Galson
Browse files

Merge branch 'deployment' into 'master'

fix(ci): staging and demo require provisioning

See merge request !4
parents 67a81b38 2b2e9c29
No related branches found
No related tags found
1 merge request!4fix(ci): staging and demo require provisioning
Pipeline #5593 passed with stages
in 1 minute
......@@ -105,6 +105,7 @@ staging:
stage: staging
variables:
PACKAGE_NAME: xpub-elife
REQUIRES_PROVISIONING: "yes"
environment:
name: xpub-elife-staging
url: "https://${CI_ENVIRONMENT_SLUG}.${BASE_DOMAIN}"
......@@ -114,11 +115,12 @@ staging:
- source deploy.sh
- create_deployment
demo:xpub-collabra:
demo:
image: pubsweet/deployer:latest
stage: demo
variables:
PACKAGE_NAME: xpub-elife
REQUIRES_PROVISIONING: "yes"
environment:
name: xpub-elife-demo
url: "https://${CI_ENVIRONMENT_SLUG}.${BASE_DOMAIN}"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment