From e65118a2a236eaf3f12e8bfc3997928c51933395 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Fri, 10 Feb 2023 17:41:50 -0800 Subject: [PATCH] remove sourcehut build --- .build.yml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 39fbc51..0000000 --- a/.build.yml +++ /dev/null @@ -1,41 +0,0 @@ -image: alpine/latest -oauth: pages.sr.ht/PAGES:RW -environment: - site: morgan.mcmillian.dev -triggers: - - action: email - condition: always - to: Morgan McMillian -packages: -- go -- scdoc -sources: -- https://git.sr.ht/~thrrgilag/morgan.mcmillian.dev -- https://git.sr.ht/~adnano/kiln -- https://git.sr.ht/~adnano/mdtohtml -- https://git.sr.ht/~adnano/gmnitohtml -tasks: -- kiln: | - cd kiln - make - sudo make install -- mdtohtml: | - cd mdtohtml - make - sudo make install -- gmnitohtml: | - cd gmnitohtml - make - sudo make install -- build: | - cd $site - kiln build -- publish: | - tar -C $site/public/gemini -cvz . > gemini.tar.gz - tar -C $site/public/https -cvz . > https.tar.gz - acurl -f https://pages.sr.ht/publish/$site \ - -Fcontent=@gemini.tar.gz \ - -Fprotocol=GEMINI - acurl -f https://pages.sr.ht/publish/$site \ - -Fcontent=@https.tar.gz \ - -Fprotocol=HTTPS