changeset 94:f07319404ff9

CI: push to tflc.us as well
author Paper <paper@paper.us.eu.org>
date Mon, 30 Sep 2024 16:36:22 -0400
parents 92f1ea793bf2
children a2c83f182127
files .build.yml
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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