1
0

sr.ht build script

This commit is contained in:
dtb 2022-08-30 12:20:16 -04:00
parent 09327e3676
commit ba9309f6c0

View File

@ -5,7 +5,7 @@ packages:
tasks:
- package: |
cd homepage
tar -cvz --exclude .git --exclude foo . >../site.tar.gz
tar -cvz --exclude .git . >../site.tar.gz
ls -l ../site.tar.gz
- upload: |
hut pages publish -d www.trinity.moe site.tar.gz