update drone-ci
This commit is contained in:
parent
f42817065b
commit
fe6ac831d4
10
.drone.yml
10
.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
|
||||
|
Loading…
Reference in New Issue
Block a user