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.
custom-html/.drone.yml

30 lines
692 B
YAML
Raw Normal View History

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