tilde.club/.drone.yml
Elizabeth Hunt 9b929627b9
All checks were successful
continuous-integration/drone/push Build is passing
rsync
2024-03-09 13:44:09 -07:00

22 lines
309 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:
SSH_CONNECTION_STRING:
from_secret: SSH_CONNECTION_STRING
SSH_KEY:
from_secret: SSH_KEY
trigger:
branch:
- main