From aa10a59f1956ef0c0e44ee0655145f073991baa7 Mon Sep 17 00:00:00 2001 From: "thibault.capt" <thibault.capt@etu.hesge.ch> Date: Sun, 12 Jan 2025 18:51:39 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbc9740..6026f27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,6 +84,7 @@ build-backend: # DEPLOYMENT: Déploiement du frontend et du backend deploy: stage: deploy + needs: ["build-frontend", "build-backend"] script: - echo "Deploying both frontend and backend" - echo "Deploying frontend dist/ folder" -- GitLab