statuspal/.drone.yml

30 lines
684 B
YAML
Raw Normal View History

2020-11-15 02:02:10 +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: statuspal
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
DOMAIN: statuspal.swarm-test.autonomic.zone
STACK_NAME: statuspal
LETS_ENCRYPT_ENV: production
trigger:
branch:
- main
2021-06-03 21:01:27 +00:00
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
2021-06-21 10:32:08 +00:00
image: thecoopcloud/drone-abra:latest
2021-06-03 21:01:27 +00:00
settings:
command: recipe statuspal release
2021-06-03 21:01:27 +00:00
deploy_key:
from_secret: abra_bot_deploy_key