extract config files out of setup.sh
This commit is contained in:
parent
41ae856938
commit
f6fe57aaf1
8 changed files with 445 additions and 396 deletions
5
website_git_post_receive_hook.sh
Normal file
5
website_git_post_receive_hook.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
cd /var/www/html
|
||||
env -i PATH="$PATH" git fetch
|
||||
env -i PATH="$PATH" git checkout -q --detach rendered
|
Loading…
Add table
Add a link
Reference in a new issue