Added git hook to repo that deploys website pre-push
parent
b1952b4ad6
commit
3385f76c8d
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
hugo && rsync -a --delete public/ existential.beauty:/srv/www/existential.beauty
|
||||
Loading…
Reference in New Issue