Skip to content
Snippets Groups Projects
Commit 28734dd7 authored by Jérôme POIRIER's avatar Jérôme POIRIER
Browse files

ci: make some deployments manual

parent 7e451b42
No related branches found
No related tags found
1 merge request!1Release
......@@ -205,6 +205,7 @@ deploy-master:
variables: false
only:
- master
when: manual
variables:
NAMESPACE_ENV: "p01"
REPLICA_ENV: 1
......@@ -230,6 +231,7 @@ deploy-rec:
variables: false
only:
- release
when: manual
variables:
NAMESPACE_ENV: "r01"
REPLICA_ENV: 1
......@@ -280,7 +282,7 @@ deploy-mr:
variables: false
rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop"'
# when: manual
when: manual
allow_failure: true
variables:
NAMESPACE_ENV: "d01"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment