tilde.club/.drone.yml
Lizzy Hunt d5398d8ce6
Some checks failed
continuous-integration/drone/push Build is failing
decrement go again and use fedora to compile
2024-03-10 01:11:41 -07:00

23 lines
342 B
YAML

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