Add update script
This commit is contained in:
parent
b10241d21b
commit
4454ea4f38
1 changed files with 4 additions and 0 deletions
4
.update
Executable file
4
.update
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
pushd /mnt/data/caddy/static/doses/
|
||||
git pull
|
Loading…
Reference in a new issue