1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/useplaintext.email synced 2024-04-25 01:25:00 +02:00

.build.yml: deploy to pages.sr.ht

This commit is contained in:
Drew DeVault 2021-03-19 08:01:41 -04:00
parent 1f642667ae
commit db4cd8f798

10
.build.yml Normal file
View File

@ -0,0 +1,10 @@
image: alpine/latest
oauth: pages.sr.ht/PAGES:RW
environment:
site: useplaintext.email
tasks:
- package: |
cd $site
tar -cvz * > ../site.tar.gz
- upload: |
acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz