From 874a5e1aa5c53ac4b512ff1f69e8e903ed75488f Mon Sep 17 00:00:00 2001 From: Mac Chaffee Date: Mon, 26 May 2025 14:06:28 -0400 Subject: [PATCH] Fix auto-recipes-catalogue-json which moved to toolshed --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 47080d2..8139990 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,8 @@ steps: environment: DOMAIN: example.swarm-test.autonomic.zone # UPDATE ME STACK_NAME: example_com # UPDATE ME - LETS_ENCRYPT_ENV: production + LETS_ENCRYPT_ENV: staging + # Also set any config versions from abra.sh trigger: branch: - main @@ -32,7 +33,7 @@ steps: from_secret: drone_abra-bot_token fork: true repositories: - - coop-cloud/auto-recipes-catalogue-json + - toolshed/auto-recipes-catalogue-json trigger: event: tag