apenastexto.eletrotupi.com

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/apenastexto.eletrotupi.com
environment:
  deploy: deployer@porcellis.com
secrets:
  - eb365c2d-acc8-4f9b-977a-720bac44419c
tasks:
  - deploy: |
      cd apenastexto.eletrotupi.com
      make && rsync --rsh="ssh -o StrictHostKeyChecking=no" index.html style.css -rP $deploy:/var/www/apenastexto.eletrotupi.com