From cda23b7b38cfec01bb182faa616a227d2cef29ae Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Sat, 6 Jul 2024 07:53:27 -0400 Subject: Use proper yml naming for build file --- .build.yaml | 21 --------------------- .build.yml | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 .build.yaml create mode 100644 .build.yml 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 diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..992be5f --- /dev/null +++ b/.build.yml @@ -0,0 +1,21 @@ +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 -- cgit v1.2.3-54-g00ecf