aboutsummaryrefslogtreecommitdiffhomepage
path: root/.build.yml
blob: 41688c10d44a6277c89974a60398e4a4a75a7521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
image: alpine/edge
packages:
- ruby
- ruby-dev
- rsync
sources:
- https://git.sr.ht/~bt/btxx.org
secrets:
- 07201d32-1451-4a8f-9bff-ce8b2232c67d
tasks:
- install-gems: |
    sudo gem install 'kramdown:2.4.0' 'rss:0.3.0'
- build: |
    cd btxx.org
    sudo make build
- deploy-blog: |
    cd btxx.org
    rsync --rsh="ssh -o StrictHostKeyChecking=no -i ~/.ssh/07201d32-1451-4a8f-9bff-ce8b2232c67d" -rzP build/ bt@btxx.org:/var/www/btxx.org