Skip to content
Snippets Groups Projects
Commit 3a2172a7 authored by Luc FILIAO's avatar Luc FILIAO
Browse files

[ ft ] Modification of .gitlab-ci.yml

Test...
parent a59f0464
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ pages:
stage: deploy
script:
- echo "The site will be deployed to $CI_PAGES_URL"
- if type npm; then echo "npm already installed"; else apt update && apt install npm && echo "npm installation done"; fi
- cd app
- npm install
- npm run build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment