summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/upload.yml3
-rw-r--r--config3
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml
index c3f9547..5c736cc 100644
--- a/.github/workflows/upload.yml
+++ b/.github/workflows/upload.yml
@@ -29,5 +29,4 @@ jobs:
script: |
cd repo
git pull --force origin master
- mkdir -p dest
- ./ssg5 src dest "Based Cooking (https://based.cooking)" "https://based.cooking"
+ make clean deploy
diff --git a/config b/config
index 22d82cd..8f06a8e 100644
--- a/config
+++ b/config
@@ -1,5 +1,6 @@
BLOG_TITLE:=Based Cooking
-BLOG_REMOTE:=root@based.cooking:/var/www/cooking
+BLOG_REMOTE:=/var/www/based.cooking
BLOG_DATE_FORMAT_INDEX:=%F
BLOG_DATE_FORMAT:=%F
BLOG_SRC:=src
+BLOG_URL_ROOT:=https://based.cooking/