aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: e073e790ba9f01a88ee6edc22c4a5903450c32d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image: alpine/edge
packages:
  - curl
  - emacs-nox
  - texinfo
  - rsync
  - openssh-client
secrets:
  - 17ae50ca-6991-4c70-b0c6-9f1adb17521b
tasks:
  - build: |
      cd website
      make
  - deploy: |
      [ "$(git rev-parse --abbrev-ref HEAD)" = master ] || exit 0
      sshopt="--rsh=ssh -o StrictHostKeyChecking=no"
      rsync "$sshopt" -av --delete website/docs/ user-data@carbslinux.org:www/carbslinux.org