misc
This commit is contained in:
9
assets/webhook/root/deploy-app-hook.sh
Normal file
9
assets/webhook/root/deploy-app-hook.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# $cwd is defined in webhook conf
|
||||
|
||||
# update bare repos
|
||||
git --git-dir=git-repositories/app.enfrancais.fr.git fetch origin prod:prod
|
||||
# deploy prod
|
||||
cd www/enfrancais.fr/app
|
||||
./deploy.sh
|
Reference in New Issue
Block a user