auto updater?
This commit is contained in:
parent
e2bb9d0e90
commit
e757af9aa5
1 changed files with 5 additions and 0 deletions
5
blog-update
Executable file
5
blog-update
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
echo "Run as git user + still needs a bit of manual interaction. Updating gemini blog..."
|
||||
cd $GEMIBLOG
|
||||
doas chmod u=g -R .
|
||||
git pull
|
Loading…
Reference in a new issue