Dev into Production #2

Merged
boom merged 1 commits from dev into production 2025-05-29 20:59:12 +02:00
Showing only changes of commit 8d098b5c5c - Show all commits

View File

@@ -42,7 +42,7 @@ sync_dev_branch:
deploy_dev:
extends: .deploy-template
variables:
TAG: '$CI_COMMIT_BRANCH'
TAG: dev
REMOTE_ENV_PATH: /rheinsw/dev
rules:
- if: '$CI_COMMIT_BRANCH == "dev" || $CI_COMMIT_BRANCH == "pipeline"'