diff options
| -rw-r--r-- | .build.yml | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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] |
