summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-05-08 01:06:01 +0200
committerAhmed Abdelhalim <[email protected]>2021-05-08 01:20:41 +0200
commit55bf1585c583190b2e2d8de69c4b2e4e4376dc1e (patch)
tree5c4ab1e652f5c956309b8de49e94add82c170796
parent808a51924b0b546f9c16b0fe6ec4097ade6dce05 (diff)
Update project deployment URLs
This allow publishing to both srht.site and to a14m.me
-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]