diff options
author | martin <martin> | 2022-07-31 06:57:51 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2022-09-25 20:46:39 +0100 |
commit | 9f4286fb88babeb0aad52ebfed29fc4f164cc7bf (patch) | |
tree | 54a4b770bfcce4ca592c714dabb251e302a92f8d | |
parent | 2499cb6a188c58f14704a8ecd941d7d1e33fe2d8 (diff) | |
download | mfashby.net-9f4286fb88babeb0aad52ebfed29fc4f164cc7bf.tar.gz mfashby.net-9f4286fb88babeb0aad52ebfed29fc4f164cc7bf.tar.bz2 mfashby.net-9f4286fb88babeb0aad52ebfed29fc4f164cc7bf.tar.xz mfashby.net-9f4286fb88babeb0aad52ebfed29fc4f164cc7bf.zip |
Added refresh.sh script
-rwxr-xr-x | refresh.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/refresh.sh b/refresh.sh new file mode 100755 index 0000000..acf1d49 --- /dev/null +++ b/refresh.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +set -e + +fossil up +hugo +cp -r public/* /var/www/mfashby.net/ |