aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: ffaa85af3d2da70bd1115d9780ac10d733bb3c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
image: debian/stretch
packages:
  - jekyll
sources:
  - https://git.sr.ht/~nloomans/noahloomans.com
environment:
  deploy: root@noahloomans.com
secrets:
  - a453c7e5-f773-4343-9fe3-ba3bf58492a3
tasks:
  - build: |
      cd noahloomans.com
      jekyll build
  - deploy: |
      rsync \
        --rsh='ssh -o StrictHostKeyChecking=no' \
        --delete \
        --recursive \
        --progress \
        noahloomans.com/_site/. $deploy:/var/www/noahloomans.com/html/