From 40bdfb2172de6a46647489d033d8b15aa7be2f51 Mon Sep 17 00:00:00 2001 From: Kenneth Dodrill Date: Thu, 30 Mar 2023 15:15:33 -0500 Subject: [PATCH] fix deploy --- .build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index eb0ffef..a499386 100644 --- a/.build.yml +++ b/.build.yml @@ -3,11 +3,12 @@ oauth: pages.sr.ht/PAGES:RW packages: - hugo environment: - site: blog + project_dir: blog + site: kennydodrill.com tasks: - package: | - cd $site + cd $project_dir hugo - tar -C public -cvz . > ../site.tar.gx + tar -C public -cvz . > ../site.tar.gz - upload: | acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz -- 2.38.5