test build.yml
This commit is contained in:
parent
87175fc4b8
commit
e62157674a
1 changed files with 12 additions and 0 deletions
12
.build.yml
Normal file
12
.build.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
image: alpine/edge
|
||||
oauth: pages.sr.ht/PAGES:RW
|
||||
packages:
|
||||
- hut
|
||||
environment:
|
||||
site: jjanzen.ca
|
||||
tasks:
|
||||
- package: |
|
||||
cd $site
|
||||
tar -cvz . > ../site.tar.gz
|
||||
- upload: |
|
||||
hut pages publish -d $site site.tar.gz
|
Loading…
Add table
Reference in a new issue