Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 70345d40 authored by Pierre Jarriges's avatar Pierre Jarriges
Browse files

npm install on update prod

parent ecd3cccf
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ push:
git add . && git commit -m "$(msg)" && git push origin HEAD
update-prod:
git checkout . && git pull origin master && npm run build-prod
git checkout . && git pull origin master && npm install && npm run build-prod
reload:
docker exec -it kuadrado nginx -s reload
\ No newline at end of file
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