aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.build.yml b/.build.yml
index 5ce425b..47ae8d0 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,10 +1,11 @@
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
-- hut
+ - hut
tasks:
-- package: |
- cd website
- tar -cvz . > ../site.tar.gz
-- upload: |
- hut pages publish -d jjanzen.ca site.tar.gz
+ - package: |
+ cd website
+ tar -cvz . > ../site.tar.gz
+ - upload: |
+ hut pages publish -d jjanzen.ca site.tar.gz
+ hut pages publish -d www.jjanzen.ca site.tar.gz