tilde.club/.drone.yml
Lizzy Hunt f2bf6e326b
All checks were successful
continuous-integration/drone/push Build is passing
assumeyes
2024-03-10 01:13:13 -07:00

23 lines
366 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: fedora:39
commands:
- yum install --assumeyes git nodejs npm go
- sh compile.sh
- yum install --assumeyes rsync openssh
- sh deploy.sh
environment:
RSYNC_DESTINATION:
from_secret: RSYNC_DESTINATION
SSH_KEY:
from_secret: SSH_KEY
trigger:
branch:
- main