Change publish destination to use the main domain

This commit is contained in:
Jip J. Dekker 2023-07-09 21:48:07 +10:00
parent 9a7a12af5b
commit cd7cac8622
No known key found for this signature in database

View File

@ -11,4 +11,4 @@ tasks:
npm run build
tar -C out -cvz . > ../site.tar.gz
- upload: |
acurl -f https://pages.sr.ht/publish/next.$site -Fcontent=@site.tar.gz
acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz