fix: add more envs to drone, remove secret gen
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mac Chaffee
2025-09-11 18:00:49 -04:00
parent 3f1c985dc6
commit 972cdf6c91

View File

@ -7,7 +7,6 @@ steps:
settings: settings:
host: swarm-test.autonomic.zone host: swarm-test.autonomic.zone
stack: writefreely stack: writefreely
generate_secrets: true
purge: true purge: true
deploy_key: deploy_key:
from_secret: drone_ssh_swarm_test from_secret: drone_ssh_swarm_test
@ -16,6 +15,8 @@ steps:
environment: environment:
DOMAIN: writefreely.swarm-test.autonomic.zone DOMAIN: writefreely.swarm-test.autonomic.zone
STACK_NAME: writefreely STACK_NAME: writefreely
ASSETS_PATH: /usr/share/writefreely
DATA_PATH: /data
LETS_ENCRYPT_ENV: production LETS_ENCRYPT_ENV: production
CONFIG_INI_VERSION: v1 CONFIG_INI_VERSION: v1
WRITEFREELY_ENTRYPOINT_VERSION: v1 WRITEFREELY_ENTRYPOINT_VERSION: v1