traefik/.drone.yml

33 lines
801 B
YAML
Raw Permalink Normal View History

2020-09-25 10:21:22 +00:00
---
kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
2020-09-25 10:58:58 +00:00
image: decentral1se/stack-ssh-deploy:latest
2020-09-25 10:21:22 +00:00
settings:
host: swarm-test.autonomic.zone
stack: traefik
2020-09-25 10:21:22 +00:00
deploy_key:
2020-09-25 12:39:56 +00:00
from_secret: drone_ssh_swarm_test
2020-09-25 10:21:22 +00:00
environment:
DOMAIN: traefik.swarm-test.autonomic.zone
STACK_NAME: traefik
2020-09-25 10:21:22 +00:00
LETS_ENCRYPT_ENV: production
2020-10-15 13:39:54 +00:00
LETS_ENCRYPT_EMAIL: helo@autonomic.zone
2021-06-10 10:38:42 +00:00
TRAEFIK_YML_VERSION: v4
FILE_PROVIDER_YML_VERSION: v3
ENTRYPOINT_VERSION: v1
2020-09-25 10:21:22 +00:00
trigger:
branch:
- master
2021-06-03 21:01:32 +00:00
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
2021-06-21 10:32:15 +00:00
image: thecoopcloud/drone-abra:latest
2021-06-03 21:01:32 +00:00
settings:
command: recipe traefik release
2021-06-03 21:01:32 +00:00
deploy_key:
from_secret: abra_bot_deploy_key