Makefile and post-receive hook for deploying.

This commit is contained in:
Florian Obser
2022-12-04 12:50:46 +01:00
committed by Florian Obser
parent f2b8adaba0
commit c1de8266eb
2 changed files with 26 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/ksh
for v in $(typeset +x | egrep -v '(PATH|PWD|SHELL)'); do
unset $v
done
cd /var/www/htdocs
make