generated from coop-cloud/example
fix: add more envs to drone, remove secret gen
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user