1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
image: alpine/edge
packages:
- rsync
secrets:
- 78f39fb6-1185-492f-9c21-f755e10b5e5d
- 21983646-41b4-4ab6-935e-06ab31c1f0cb
environment:
RSYNC_RSH: ssh -o StrictHostKeyChecking=no -p 29264
triggers:
- action: email
condition: failure
to: Gregory Anders <greg@gpanders.com>
tasks:
- deploy: |
. ~/.env
rsync -az wiki/ $DEPLOY