tilde.club/.drone.yml

23 lines
366 B
YAML
Raw Normal View History

2024-03-09 02:25:48 -05:00
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: fedora:39
2024-03-09 02:25:48 -05:00
commands:
2024-03-10 04:13:13 -04:00
- yum install --assumeyes git nodejs npm go
2024-03-09 02:25:48 -05:00
- sh compile.sh
2024-03-10 04:13:13 -04:00
- yum install --assumeyes rsync openssh
2024-03-09 02:25:48 -05:00
- sh deploy.sh
environment:
RSYNC_DESTINATION:
from_secret: RSYNC_DESTINATION
SSH_KEY:
from_secret: SSH_KEY
trigger:
branch:
- main