1 files changed, 0 insertions(+), 25 deletions(-)
D .build.yml
D .build.yml => .build.yml +0 -25
@@ 1,25 0,0 @@
-image: freebsd/latest
-packages:
- - curl
-sources:
- - https://git.sr.ht/~usernameswift/website-gen
- - https://git.sr.ht/~usernameswift/website
- - https://git.sr.ht/~usernameswift/website-style-css
-secrets:
- - 78146465-f4cc-4c75-96b7-208012031f6e
-tasks:
- - setup: |
- cp website-style-css/style.css website/style.css
- cp website-style-css/style.css website/blog/style.css
- cd website
- cp ../website-gen/website-gen.sh .
- cp ../website-gen/man-to-plaintext.awk .
- - build: |
- cd website
- ./website-gen.sh
- cp site.tar.gz ~/
- - deploy: |
- set +x
- site_key=$(cat ~/.site_upload_key)
- curl --oauth2-bearer "$site_key" -Fcontent=@site.tar.gz https://pages.sr.ht/publish/eris.gay > /dev/null
- set -x>
\ No newline at end of file