41 lines
958 B
YAML
41 lines
958 B
YAML
---
|
|
kind: pipeline
|
|
name: deploy to swarm-test.autonomic.zone
|
|
steps:
|
|
- name: deployment
|
|
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
|
settings:
|
|
host: swarm-test.autonomic.zone
|
|
stack: traefik
|
|
networks:
|
|
- proxy
|
|
deploy_key:
|
|
from_secret: drone_ssh_swarm_test
|
|
environment:
|
|
DOMAIN: traefik.swarm-test.autonomic.zone
|
|
STACK_NAME: traefik
|
|
LETS_ENCRYPT_ENV: production
|
|
LETS_ENCRYPT_EMAIL: helo@autonomic.zone
|
|
TRAEFIK_YML_VERSION: v5
|
|
FILE_PROVIDER_YML_VERSION: v4
|
|
ENTRYPOINT_VERSION: v1
|
|
trigger:
|
|
branch:
|
|
- master
|
|
---
|
|
kind: pipeline
|
|
name: generate recipe catalogue
|
|
steps:
|
|
- name: release a new version
|
|
image: plugins/downstream
|
|
settings:
|
|
server: https://build.coopcloud.tech
|
|
token:
|
|
from_secret: drone_abra-bot_token
|
|
fork: true
|
|
repositories:
|
|
- coop-cloud/auto-recipes-catalogue-json
|
|
|
|
trigger:
|
|
event: tag
|