tilde.club/.drone.yml
Elizabeth Hunt 23bffaa331
All checks were successful
continuous-integration/drone Build is passing
init
2024-03-09 00:56:16 -07:00

18 lines
274 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