This hook is probably sufficient.
This commit is contained in:
6
hooks/post-update
Executable file
6
hooks/post-update
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd /var/www/metanohi.name
|
||||
unset GIT_DIR
|
||||
git pull
|
||||
./scripts/transform-site.sh
|
||||
Reference in New Issue
Block a user