softwarelivrenoestado.com.br

ref: master

./.build.yml


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
image: alpine/edge
packages:
  - rsync
  - pandoc
sources:
  - https://git.sr.ht/~porcellis/softwarelivrenoestado.com.br
environment:
  deploy: deployer@porcellis.com
secrets:
  - eb365c2d-acc8-4f9b-977a-720bac44419c
tasks:
  - deploy: |
      cd softwarelivrenoestado.com.br
      make && rsync --rsh="ssh -o StrictHostKeyChecking=no" index.html style.css *.pdf -rP $deploy:/var/www/softwarelivrenoestado.com.br