diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-06 07:53:27 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-06 07:53:27 -0400 |
commit | cda23b7b38cfec01bb182faa616a227d2cef29ae (patch) | |
tree | ef3001d18342f6ddc5f1e394db8909a4948cdf76 /.build.yaml | |
parent | 2b545623c8d2751aa76ad5de0ebefcadd9b13904 (diff) |
Use proper yml naming for build file
Diffstat (limited to '.build.yaml')
-rw-r--r-- | .build.yaml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.build.yaml b/.build.yaml deleted file mode 100644 index 992be5f..0000000 --- a/.build.yaml +++ /dev/null @@ -1,21 +0,0 @@ -image: alpine/latest -oauth: pages.sr.ht/PAGES:RW -packages: -- rsync -- coreutils -- lowdown -- go -- hut -environment: -site: barf.btxx.org -sources: -- https://git.sr.ht/~bt/barf -tasks: -- build: | - cd barf - make build -- package: | - cd barf/build - tar -cvz . > ../../site.tar.gz -- upload: | - hut pages publish -d barf.btxx.org site.tar.gz
\ No newline at end of file |