Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
cd370882
Commit
cd370882
authored
Jun 16, 2022
by
Bryan BRANCOTTE
Browse files
deploy master as ippidb.dev.pasteur.cloud
parent
913a7120
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cd370882
...
...
@@ -177,6 +177,7 @@ deploy-dev:
extends
:
.deploy
except
:
-
release
-
master
variables
:
NAMESPACE
:
"
ippidb-dev"
PUBLIC_URL
:
"
ippidb-${CI_COMMIT_REF_SLUG}.dev.pasteur.cloud"
...
...
@@ -187,6 +188,23 @@ deploy-dev:
on_stop
:
delete-dev-deployment
deploy-master
:
stage
:
deploy
needs
:
-
"
test-pg"
extends
:
.deploy
only
:
-
master
variables
:
NAMESPACE
:
"
ippidb-dev"
PUBLIC_URL
:
"
ippidb.dev.pasteur.cloud"
INGRESS_CLASS
:
"
internal"
environment
:
name
:
"
k8sdev-01/ippidb-dev/${CI_COMMIT_REF_SLUG}"
url
:
"
https://ippidb.dev.pasteur.cloud"
on_stop
:
delete-dev-deployment
deploy-prod
:
stage
:
deploy
needs
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment