From 4454ea4f386894e9df36c19079397971a0a9ac04 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 8 Oct 2022 20:38:40 +0200 Subject: [PATCH] Add update script --- .update | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .update diff --git a/.update b/.update new file mode 100755 index 0000000..bd58051 --- /dev/null +++ b/.update @@ -0,0 +1,4 @@ +#!/bin/bash +set -euxo pipefail +pushd /mnt/data/caddy/static/doses/ +git pull