From 1ecc727a971809571675a70f7831b1aff64a3106 Mon Sep 17 00:00:00 2001 From: cyrnel Date: Wed, 17 Sep 2025 19:57:58 -0400 Subject: [PATCH] chore: add .drone.yml --- .drone.yml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..5eb7040 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,43 @@ +--- +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: rauthy + generate_secrets: true + purge: true + deploy_key: + from_secret: drone_ssh_swarm_test + networks: + - proxy + environment: + DOMAIN: rauthy.swarm-test.autonomic.zone + STACK_NAME: rauthy + LETS_ENCRYPT_ENV: staging + CONFIG_TOML_VERSION: v2 + SECRET_ENC_KEYS_VERSION: v1 + SECRET_HQL_RAFT_VERSION: v1 + SECRET_HQL_API_VERSION: v1 + +trigger: + branch: + - main +--- +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: + - toolshed/auto-recipes-catalogue-json + +trigger: + event: tag -- 2.49.0