tilde.club/.drone.yml
Elizabeth Hunt 8d9babd744
All checks were successful
continuous-integration/drone/push Build is passing
rsync
2024-03-09 14:12:54 -07:00

22 lines
301 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: alpine
commands:
- sh compile.sh
- apk add rsync openssh
- sh deploy.sh
environment:
RSYNC_DESTINATION:
from_secret: RSYNC_DESTINATION
SSH_KEY:
from_secret: SSH_KEY
trigger:
branch:
- main