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

38 lines
1.0 KiB
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: traefik-forward-auth
generate_secrets: true
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
DOMAIN: traefik-forward-auth.swarm-test.autonomic.zone
STACK_NAME: traefik-forward-auth
LETS_ENCRYPT_ENV: production
COOKIE_DOMAIN: swarm-test.autonomic.zone
AUTH_HOST: auth-test.autonomic.zone
OIDC_ISSUER_URL: https://id-test.autonomic.zone/auth/realms/test
OIDC_CLIENT_ID: traefik-forward-auth
FORWARD_INI_VERSION: v1
SERCRET_NONCE_VERSION: v1
OIDC_CLIENT_SECRET_VERSION: v1
trigger:
branch:
- master
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
image: thecoopcloud/drone-abra:latest
settings:
command: recipe traefik-forward-auth release
deploy_key:
from_secret: abra_bot_deploy_key