1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-09-14 09:35:04 +00:00

Fix CI/CD job dependencies and YAML syntax

- Make deploy job dependency optional in ghost-upload jobs
- Change preview job to depend on staging instead of deploy
- Ensures pipeline works on feature branches without deploy job
This commit is contained in:
2025-08-21 23:41:48 -06:00
parent 1a4773b3ef
commit 788052233a
2 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ preview:
- echo "Deploying branch preview..."
- echo "Preview available at preview URL"
needs:
- deploy
- staging
artifacts:
paths:
- public