ci: allow develop branch to deploy to web staging

This commit is contained in:
Rainer Killinger
2023-01-11 15:18:30 +01:00
parent d1b78491c3
commit 7f0c54a826

View File

@@ -47,6 +47,7 @@ web:
tags:
- secrecy
rules:
- if: '$CI_COMMIT_BRANCH == "develop" && $RELEASE_TYPE == "staging"'
- if: '$CI_COMMIT_BRANCH == "main" && $RELEASE_TYPE == "staging"'
- if: '$CI_COMMIT_BRANCH == "main" && $RELEASE_TYPE == "production"'