traefik/.drone.yml

32 lines
772 B
YAML
Raw 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-02-14 14:41:40 +00:00
TRAEFIK_YML_VERSION: v3
FILE_PROVIDER_YML_VERSION: v2
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
image: decentral1se/drone-abra:latest
settings:
command: recipe traefik release
2021-06-03 21:01:32 +00:00
deploy_key:
from_secret: abra_bot_deploy_key