well-known-uris-cooperative.../.drone.yml

15 lines
327 B
YAML
Raw Normal View History

2020-06-29 15:08:42 +00:00
---
kind: pipeline
2023-04-13 16:30:27 +00:00
name: deploy to cooperative.computer
2020-06-29 15:08:42 +00:00
steps:
- name: deployment
2023-04-13 16:30:27 +00:00
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
2020-06-29 15:08:42 +00:00
settings:
2020-09-23 08:32:06 +00:00
stack: well-known-uris
2023-04-17 01:25:45 +00:00
host: cooperative.computer
2020-09-23 08:32:06 +00:00
deploy_key:
2023-04-17 01:24:08 +00:00
from_secret: drone_ssh_cooperative_computer
2020-06-29 15:08:42 +00:00
trigger:
branch:
- master