tilde.club/.drone.yml

22 lines
303 B
YAML
Raw Normal View History

2024-03-09 02:25:48 -05:00
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: alpine
commands:
- sh compile.sh
- apk add openssh
- sh deploy.sh
environment:
SSH_CONNECTION_STRING:
from_secret: SSH_CONNECTION_STRING
SSH_KEY:
from_secret: SSH_KEY
2024-03-09 03:13:34 -05:00
trigger:
branch:
- main