mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
ci: allow develop branch to deploy to web staging
This commit is contained in:
@@ -47,6 +47,7 @@ web:
|
|||||||
tags:
|
tags:
|
||||||
- secrecy
|
- secrecy
|
||||||
rules:
|
rules:
|
||||||
|
- if: '$CI_COMMIT_BRANCH == "develop" && $RELEASE_TYPE == "staging"'
|
||||||
- if: '$CI_COMMIT_BRANCH == "main" && $RELEASE_TYPE == "staging"'
|
- if: '$CI_COMMIT_BRANCH == "main" && $RELEASE_TYPE == "staging"'
|
||||||
- if: '$CI_COMMIT_BRANCH == "main" && $RELEASE_TYPE == "production"'
|
- if: '$CI_COMMIT_BRANCH == "main" && $RELEASE_TYPE == "production"'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user