|
|
@ -1,4 +1,7 @@
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
# this file was used on my server when I selfhosted my personal
|
|
|
|
|
|
|
|
# Gitea instance. I've put this as post-receive-hook on the
|
|
|
|
|
|
|
|
# servers local Gitea repository.
|
|
|
|
|
|
|
|
|
|
|
|
GIT_REPO=/var/lib/gitea/data/gitea-repositories/dominic/oe7drt-website.git
|
|
|
|
GIT_REPO=/var/lib/gitea/data/gitea-repositories/dominic/oe7drt-website.git
|
|
|
|
WORKING_DIR=${HOME}/oe7drt-website-working
|
|
|
|
WORKING_DIR=${HOME}/oe7drt-website-working
|
|
|
|