forked from coop-cloud/custom-html
30 lines
692 B
YAML
30 lines
692 B
YAML
---
|
|
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
|
|
---
|
|
kind: pipeline
|
|
name: recipe release
|
|
steps:
|
|
- name: release a new version
|
|
image: thecoopcloud/drone-abra:latest
|
|
settings:
|
|
command: recipe custom-html release
|
|
deploy_key:
|
|
from_secret: abra_bot_deploy_key
|