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:
@@ -6,9 +6,9 @@ include:
|
||||
|
||||
stages:
|
||||
- sync
|
||||
- deploy
|
||||
- backend_build
|
||||
- frontend_build
|
||||
- deploy
|
||||
|
||||
sync_branches:
|
||||
stage: sync
|
||||
|
||||
Reference in New Issue
Block a user