Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
massimo-ua committed Feb 16, 2025
1 parent 5ea7822 commit 2a34c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ backend-build:

backend-deploy:
stage: deploy
needs: [build]
needs: [backend-build]
rules:
- if: $CI_COMMIT_BRANCH == "main"
when: manual
Expand Down Expand Up @@ -100,7 +100,7 @@ frontend-build:
frontend-deploy:
image: debian:bookworm
stage: deploy
needs: [build]
needs: [frontend-build]
rules:
- if: $CI_COMMIT_BRANCH == "main"
when: manual
Expand Down

0 comments on commit 2a34c2f

Please sign in to comment.