This commit is contained in:
Hedy Li 2021-02-21 07:19:34 +00:00
parent f4170f965f
commit 3664facc6a
1 changed files with 7 additions and 7 deletions

View File

@ -4,10 +4,10 @@ packages:
oauth: pages.sr.ht/PAGES:RW
environment:
site: site
tasks:
- package: |
cd $site
hugo
tar -C public -cvz . > ../site.tar.gz
- upload: |
acurl -f https://pages.sr.ht/publish/hedy.srht.site -Fcontent=@site.tar.gz
tasks:
- package: |
cd $site
hugo
tar -C public -cvz . > ../site.tar.gz
- upload: |
acurl -f https://pages.sr.ht/publish/hedy.srht.site -Fcontent=@site.tar.gz