tilde.club/.drone.yml
Lizzy Hunt bc54a33c48
All checks were successful
continuous-integration/drone/push Build is passing
require git and nodejs
2024-03-09 21:31:53 -07:00

23 lines
324 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: alpine
commands:
- apk add git nodejs
- 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