~sjb/colouryear

07b4289e0c9eca1bdbec1f6c2a4e01979a2b542f — Simon Bates 3 years ago 2cc4712
build: move hosting to sourcehut pages
2 files changed, 12 insertions(+), 0 deletions(-)

A .build.yml
M .editorconfig
A .build.yml => .build.yml +8 -0
@@ 0,0 1,8 @@
image: alpine/latest
oauth: pages.sr.ht/PAGES:RW
tasks:
- package: |
    cd colouryear/public
    tar -cvz . > ../../site.tar.gz
- upload: |
    acurl -f https://pages.sr.ht/publish/colouryear.page -Fcontent=@site.tar.gz

M .editorconfig => .editorconfig +4 -0
@@ 7,3 7,7 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml]
indent_style = space
indent_size = 2