From 148fcac8c7d010c221d2285c7caccec6f5f8662b Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 27 Dec 2023 21:29:38 -0500 Subject: [PATCH] update sync script --- .gitignore | 3 ++- upload.sh | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 upload.sh diff --git a/.gitignore b/.gitignore index d70ebaa..60b2f55 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -public \ No newline at end of file +public +.hugo_build.lock \ No newline at end of file diff --git a/upload.sh b/upload.sh new file mode 100644 index 0000000..e40f83f --- /dev/null +++ b/upload.sh @@ -0,0 +1,3 @@ +#! /bin/sh +hugo +rclone sync public/ cyberfreedom:cyberfreedom \ No newline at end of file