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

22 lines
540 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
2020-10-27 08:39:14 +00:00
TRAEFIK_YML_VERSION: v1
2020-09-25 10:25:15 +00:00
FILE_PROVIDER_YML_VERSION: v1
2020-09-25 10:21:22 +00:00
trigger:
branch:
- master