cirandas.net-docs

ref: master

./.build.yml


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
image: alpine/latest
packages:
  - rsync
sources:
  - https://git.sr.ht/~porcellis/cirandas.net-docs
secrets:
  - eb365c2d-acc8-4f9b-977a-720bac44419c
environment:
  site: cirandas.net-docs
  host: deployer@marreco.eletrotupi.com
tasks:
  - build: |
      echo "StrictHostKeyChecking=no" >> ~/.ssh/config
      rsync -rzvhP \
        $site \
        --exclude=.git \
        --exclude=.build.yml \
        $host:/srv/