Merge dev into production: Fix pipeline pt. 1 #5

Merged
boom merged 11 commits from dev into production 2025-04-27 22:12:51 +02:00

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: