tilde.club/.drone.yml

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