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