Merge dev into production: Fix pipeline pt. 1

This commit is contained in:
2025-04-27 20:12:50 +00:00
parent 215418877c
commit 8cf3ac10c9

View File

@@ -5,13 +5,14 @@ include:
- local: 'frontend/.gitlab-ci.yml' - local: 'frontend/.gitlab-ci.yml'
stages: stages:
- sync
- backend_build - backend_build
- frontend_build - frontend_build
- deploy - deploy
- sync
sync_branches: sync_branches:
stage: sync stage: sync
image: alpine:git@sha256:47a8a580ba3cbc85737c5dccc50078cce5662b84a6c5eaaf5800a841ff5a19c8
rules: rules:
- if: '$CI_COMMIT_BRANCH == "production"' - if: '$CI_COMMIT_BRANCH == "production"'
before_script: before_script: