From 75ccd9eda950cf571ae21346fb57fc4952594800 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Sat, 11 Jul 2026 10:49:45 -0400 Subject: Disable original srht builds, submission page content tweaks --- .builds_disabled/deploy.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .builds_disabled/deploy.yml (limited to '.builds_disabled/deploy.yml') diff --git a/.builds_disabled/deploy.yml b/.builds_disabled/deploy.yml new file mode 100644 index 0000000..7f1769f --- /dev/null +++ b/.builds_disabled/deploy.yml @@ -0,0 +1,31 @@ +image: debian/stable +oauth: pages.sr.ht/PAGES:RW +packages: +- hut +- ruby-full +- ruby-dev +secrets: + - 232c738f-79b2-4296-bd8e-e9eff01bae60 +environment: + repo: 1mb-club + site: 1mb.club +submitter: + git.sr.ht: + enabled: true + allow-refs: + - refs/heads/deploy +tasks: +- install-bundler: | + cd $repo + sudo gem install bundler +- jekyll-build: | + cd $repo + sudo bundle install + sudo bundle exec jekyll build +- package-site: | + cd $repo/_site + tar -cvzh . > ../site.tar.gz +- deploy: | + hut pages publish -d $site --site-config $repo/siteconfig.json $repo/site.tar.gz +- deploy-www: | + hut pages publish -d www.$site --site-config $repo/siteconfig.json $repo/site.tar.gz \ No newline at end of file -- cgit v1.3.1