summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.build.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.build.yml b/.build.yml
index a730fe4..fe7eb23 100644
--- a/.build.yml
+++ b/.build.yml
@@ -5,9 +5,6 @@ packages:
- yarn
- nodejs
-environment:
- site: a14m.srht.site
-
tasks:
- build: |
cd a14m.srht.site
@@ -15,5 +12,6 @@ tasks:
yarn build
tar -C public -cvz . > ../site.tar.gz
- - upload: |
- acurl -f https://pages.sr.ht/publish/$site [email protected]
+ - publish: |
+ acurl -f https://pages.sr.ht/publish/a14m.me [email protected]
+ acurl -f https://pages.sr.ht/publish/a14m.srht.site [email protected]