Reorder stages in .gitlab-ci.yml for correct execution order.

- Moved the 'deploy' stage to the end of the stages list.
This commit is contained in:
2025-04-27 21:08:38 +02:00
parent ac30a7be71
commit 4de500608c

View File

@@ -6,9 +6,9 @@ include:
stages:
- sync
- deploy
- backend_build
- frontend_build
- deploy
sync_branches:
stage: sync