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 cc1cf6df authored by peter_rabbit's avatar peter_rabbit
Browse files

make reload

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