eletrotupi.com

ref: master

./.build.yml


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