Skip to content
Snippets Groups Projects
Commit 158ff411 authored by Antoine Gaudron-Desjardins's avatar Antoine Gaudron-Desjardins
Browse files

Merge branch 'removed-staging-deploy-on-main' into 'main'

removed staging deploy on main

See merge request !55
parents 14e65054 c9507c2a
Branches
No related tags found
1 merge request!55removed staging deploy on main
Pipeline #44482 passed
......@@ -208,6 +208,8 @@ deploy-back-staging:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: never
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: never
- if: $CI_COMMIT_BRANCH
when: always
variables:
......@@ -222,6 +224,8 @@ deploy-front-staging:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: never
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: never
- if: $CI_COMMIT_BRANCH
when: always
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment