Mercurial > web
comparison .build.yml @ 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 | 484b9c79a149 |
children | a2c83f182127 |
comparison
equal
deleted
inserted
replaced
93:92f1ea793bf2 | 94:f07319404ff9 |
---|---|
5 - linux-headers | 5 - linux-headers |
6 - ruby-dev | 6 - ruby-dev |
7 - ruby-json | 7 - ruby-json |
8 - ruby-jekyll | 8 - ruby-jekyll |
9 - ruby-bundler | 9 - ruby-bundler |
10 environment: | |
11 site: paper.us.eu.org | |
12 sources: | |
13 - hg+https://hg.paper.us.eu.org/web | |
14 tasks: | 10 tasks: |
15 - package: | | 11 - package: | |
16 cd web | 12 cd web |
17 bundle config set --local path ".bundler" | 13 bundle config set --local path ".bundler" |
18 bundle install | 14 bundle install |
19 bundle exec jekyll build | 15 bundle exec jekyll build |
20 tar -C _site -cvz . > ../site.tar.gz | 16 tar -C _site -cvz . > ../site.tar.gz |
21 - upload: | | 17 - upload: | |
22 hut pages publish -d $site site.tar.gz | 18 hut pages publish -d paper.us.eu.org site.tar.gz |
19 hut pages publish -d tflc.us site.tar.gz |