well-known-uris/.drone.yml
2023-04-16 21:25:45 -04:00

15 lines
327 B
YAML

---
kind: pipeline
name: deploy to cooperative.computer
steps:
- name: deployment
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
stack: well-known-uris
host: cooperative.computer
deploy_key:
from_secret: drone_ssh_cooperative_computer
trigger:
branch:
- master