This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
h5ai/.drone.yml

30 lines
667 B
YAML
Raw Normal View History

2020-10-25 22:38:23 +00:00
---
kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: decentral1se/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: h_5ai
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
DOMAIN: h-5ai.swarm-test.autonomic.zone
STACK_NAME: h_5ai
LETS_ENCRYPT_ENV: production
trigger:
branch:
- main
2021-06-03 21:00:44 +00:00
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
2021-06-21 10:28:35 +00:00
image: thecoopcloud/drone-abra:latest
2021-06-03 21:00:44 +00:00
settings:
command: recipe h5ai release
2021-06-03 21:00:44 +00:00
deploy_key:
from_secret: abra_bot_deploy_key