Skip to content
Snippets Groups Projects
Commit 6288832b authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

disable deploy-prod

parent a04ea1a8
No related branches found
No related tags found
No related merge requests found
......@@ -213,6 +213,7 @@ deploy-dev:
deploy-prod:
only:
- master
when: manual
stage: deploy
needs:
- build-backend
......@@ -225,6 +226,8 @@ deploy-prod:
environment:
name: "k8sprod-02/jass-prod/${CI_COMMIT_REF_SLUG}"
url: "https://jass.pasteur.fr"
before_script:
- exit 1 # not working as of today
delete-dev-deployment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment