tilde.club/.drone.yml
Elizabeth Hunt 5fb754b880
All checks were successful
continuous-integration/drone Build is passing
deploy on main push
2024-03-09 01:13:34 -07:00

22 lines
303 B
YAML

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