diff options
| author | Ahmed <git@gumx.cc> | 2026-06-14 16:39:49 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-14 16:39:49 +0300 |
| commit | 9e35e06f9876f26f0c0b5f4f07c339f1ae9eff3f (patch) | |
| tree | 478ce3aa98143468b94fd4d2b3f53530efd11b11 /hooks/post-receive | |
| parent | 8330021018056fe2dd82784e5bd80dafc92b09c0 (diff) | |
add: hooks and other vibed edits
Diffstat (limited to 'hooks/post-receive')
| -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..4734e3c --- /dev/null +++ b/hooks/post-receive @@ -0,0 +1,6 @@ +#!/bin/sh +set -e +cd /home/git/build/ubergeek +bash build.sh +rsync -rlptD --delete output/ /var/www/ubergeek.gumx.cc/ +echo "ubergeek deployed" |
