From 4d527c41ce855fe5007648b9daa5bed43f64b535 Mon Sep 17 00:00:00 2001 From: "Sam A. Horvath-Hunt" Date: Sun, 5 Dec 2021 23:11:23 +0000 Subject: [PATCH] Deploy to prod --- .build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 86631e5..f87a410 100644 --- a/.build.yml +++ b/.build.yml @@ -3,10 +3,10 @@ packages: - hugo oauth: pages.sr.ht/PAGES:RW environment: - site: samhh.srht.site + site: samhh.com tasks: - package: | - cd samhh.com + cd $site make build tar -C public -cvz . > ../public.tar.gz - upload: | -- 2.38.5