diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-05-08 01:06:01 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-05-08 01:20:41 +0200 |
| commit | 55bf1585c583190b2e2d8de69c4b2e4e4376dc1e (patch) | |
| tree | 5c4ab1e652f5c956309b8de49e94add82c170796 /.build.yml | |
| parent | 808a51924b0b546f9c16b0fe6ec4097ade6dce05 (diff) | |
Update project deployment URLs
This allow publishing to both srht.site and to a14m.me
Diffstat (limited to '.build.yml')
| -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] |
