mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-29 18:14:15 -05:00
add builds.sr.ht manifest
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
image: alpine/latest
|
||||
packages:
|
||||
- jekyll
|
||||
oauth: pages.sr.ht/PAGES:RW
|
||||
environment:
|
||||
site: misterio.me
|
||||
tasks:
|
||||
- package: |
|
||||
cd $site
|
||||
jekyll build
|
||||
tar -C _site -cvz . > ../site.tar.gz
|
||||
- upload: |
|
||||
acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz
|
||||
Reference in New Issue
Block a user