diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 33e469f..0000000 --- a/.build.yml +++ /dev/null @@ -1,14 +0,0 @@ -image: alpine/edge -packages: -- hut -oauth: pages.sr.ht/PAGES:RW -environment: - site: nirm.al -sources: - - https://git.sr.ht/~mysticmode/mysticmode.srht.site -tasks: -- package: | - cd mysticmode.srht.site - tar -cvz . > ../site.tar.gz -- upload: | - hut pages publish -d $site site.tar.gz