adds comments to the old git-hook files (backups)
This commit is contained in:
parent
8b86968142
commit
8503c6dfae
2 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,11 @@ if ! [ -f ~/.cloudflarerc ] ; then
|
|||
fi
|
||||
|
||||
. ~/.cloudflarerc
|
||||
# this file contains only two lines in which we declare
|
||||
# $apikey and $id
|
||||
# like
|
||||
# apikey=J9pq1v...
|
||||
# id=16e255e...
|
||||
|
||||
echo -n "Clearing cloudflare cache..."
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
#!/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
|
||||
WORKING_DIR=${HOME}/oe7drt-website-working
|
||||
|
|
Loading…
Reference in a new issue