From 55bf1585c583190b2e2d8de69c4b2e4e4376dc1e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 8 May 2021 01:06:01 +0200 Subject: Update project deployment URLs This allow publishing to both srht.site and to a14m.me --- .build.yml | 8 +++----- 1 file 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 -Fcontent=@site.tar.gz + - publish: | + acurl -f https://pages.sr.ht/publish/a14m.me -Fcontent=@site.tar.gz + acurl -f https://pages.sr.ht/publish/a14m.srht.site -Fcontent=@site.tar.gz -- cgit v1.2.3