tilde.club/.drone.yml
Lizzy Hunt b30d8da939
All checks were successful
continuous-integration/drone/push Build is passing
absolute html paths
2024-03-09 21:42:08 -07:00

23 lines
328 B
YAML

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