From fe6ac831d456c3a4833e89b90a437f146ed357ab Mon Sep 17 00:00:00 2001 From: Brooke Date: Thu, 9 Jan 2025 19:31:32 -0600 Subject: [PATCH] update drone-ci --- .drone.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 47080d2..80ccda1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest settings: host: swarm-test.autonomic.zone - stack: example_com # UPDATE ME + stack: gotosocial generate_secrets: true purge: true deploy_key: @@ -14,9 +14,13 @@ steps: networks: - proxy environment: - DOMAIN: example.swarm-test.autonomic.zone # UPDATE ME - STACK_NAME: example_com # UPDATE ME + DOMAIN: social.swarm-test.autonomic.zone + STACK_NAME: gotosocial LETS_ENCRYPT_ENV: production + GTS_ACCOUNTS_OPEN_REGISTRATION: false + GTS_ACCOUNTS_APPROVAL_REQUIRED: true + GTS_ACCOUNTS_REASON_REQUIRED: true + SECRET_OIDC_SECRET_VERSION: v1 trigger: branch: - main