diff options
| author | Ahmed <git@gumx.cc> | 2026-06-14 16:40:51 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-14 16:40:51 +0300 |
| commit | 98b5211958fcf4ee992efb80c83c452de094f9d4 (patch) | |
| tree | 9e733ab2871e4d04f3e185b3373c122905135670 /hooks | |
| parent | 3296eee590f795022dfae49567860270af5c6d51 (diff) | |
add: hooks and other vibed edits
Diffstat (limited to 'hooks')
| -rw-r--r-- | hooks/post-receive | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hooks/post-receive b/hooks/post-receive new file mode 100644 index 0000000..64026a7 --- /dev/null +++ b/hooks/post-receive @@ -0,0 +1,6 @@ +#!/bin/sh +set -e +cd /home/git/build/webring +bash wr build +rsync -rlptD --delete public/ /var/www/webring.gumx.cc/ +echo "webring deployed" |
