Skip to content
Snippets Groups Projects
Commit aa10a59f authored by thibault.capt's avatar thibault.capt
Browse files

Update .gitlab-ci.yml file

parent df043526
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment