From 4de500608c3526beb9a5dd596b0e885d0dec8507 Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Sun, 27 Apr 2025 21:08:38 +0200 Subject: [PATCH] Reorder stages in .gitlab-ci.yml for correct execution order. - Moved the 'deploy' stage to the end of the stages list. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0250d88..42ce980 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,9 @@ include: stages: - sync - - deploy - backend_build - frontend_build + - deploy sync_branches: stage: sync