# HG changeset patch # User Paper # Date 1727728582 14400 # Node ID f07319404ff9f804441c5523d916050b8ac1050f # Parent 92f1ea793bf2b738697df7452b3f5228532d521b CI: push to tflc.us as well diff -r 92f1ea793bf2 -r f07319404ff9 .build.yml --- a/.build.yml Wed Jun 19 05:00:17 2024 -0400 +++ b/.build.yml Mon Sep 30 16:36:22 2024 -0400 @@ -7,10 +7,6 @@ - ruby-json - ruby-jekyll - ruby-bundler -environment: - site: paper.us.eu.org -sources: - - hg+https://hg.paper.us.eu.org/web tasks: - package: | cd web @@ -19,4 +15,5 @@ bundle exec jekyll build tar -C _site -cvz . > ../site.tar.gz - upload: | - hut pages publish -d $site site.tar.gz + hut pages publish -d paper.us.eu.org site.tar.gz + hut pages publish -d tflc.us site.tar.gz