This commit is contained in:
parent
a92c439418
commit
347973d139
1 changed files with 22 additions and 21 deletions
43
.drone.yml
43
.drone.yml
|
@ -79,7 +79,7 @@ steps:
|
||||||
- name: deployment
|
- name: deployment
|
||||||
image: git.local-it.org/philipp/stack-ssh-deply:latest
|
image: git.local-it.org/philipp/stack-ssh-deply:latest
|
||||||
settings:
|
settings:
|
||||||
stack: "foodsoft_${DRONE_COMMIT:0:8}"
|
stack: "foodsoft_tantewandel"
|
||||||
compose: "deployment/compose.yml"
|
compose: "deployment/compose.yml"
|
||||||
deploy_key:
|
deploy_key:
|
||||||
from_secret: drone_deploy_key
|
from_secret: drone_deploy_key
|
||||||
|
@ -96,19 +96,19 @@ steps:
|
||||||
- proxy
|
- proxy
|
||||||
environment:
|
environment:
|
||||||
IMAGE: git.local-it.org/foodsoft/foodsoft:${DRONE_COMMIT:0:8}
|
IMAGE: git.local-it.org/foodsoft/foodsoft:${DRONE_COMMIT:0:8}
|
||||||
STACK_NAME: "foodsoft_${DRONE_COMMIT:0:8}"
|
STACK_NAME: "foodsoft_tantewandel"
|
||||||
DOMAIN: "${DRONE_COMMIT:0:8}.foodsoft.dev.local-it.cloud"
|
DOMAIN: "tantewandel.dev.local-it.cloud"
|
||||||
LETS_ENCRYPT_ENV: production
|
LETS_ENCRYPT_ENV: production
|
||||||
FOODCOOP_MULTI_INSTALL: true
|
FOODCOOP_MULTI_INSTALL: true
|
||||||
FOODCOOP_NAME: example
|
FOODCOOP_NAME: Tantewandel
|
||||||
FOODCOOP_CITY: XXX
|
FOODCOOP_CITY: Mechow
|
||||||
FOODCOOP_COUNTRY: XXX
|
FOODCOOP_COUNTRY: Deutschland
|
||||||
FOODCOOP_EMAIL: info@example.org
|
FOODCOOP_EMAIL: info@tantewandel.de
|
||||||
FOODCOOP_PHONE: XXX
|
FOODCOOP_PHONE:
|
||||||
FOODCOOP_STREET: XXX
|
FOODCOOP_STREET:
|
||||||
FOODCOOP_ZIP_CODE: XXX
|
FOODCOOP_ZIP_CODE:
|
||||||
FOODCOOP_HOMEPAGE: https://order.example.org
|
FOODCOOP_HOMEPAGE: https://tantewandel.de
|
||||||
FOODCOOP_HELP_URL: https://order.example.org
|
FOODCOOP_HELP_URL: https://tantewandel.de
|
||||||
FOODCOOP_TIME_ZONE: Berlin
|
FOODCOOP_TIME_ZONE: Berlin
|
||||||
FOODCOOP_USE_NICK: true
|
FOODCOOP_USE_NICK: true
|
||||||
FOODCOOP_LANGUAGE: de
|
FOODCOOP_LANGUAGE: de
|
||||||
|
@ -120,17 +120,17 @@ steps:
|
||||||
MYSQL_HOST: db
|
MYSQL_HOST: db
|
||||||
MYSQL_PORT: 3306
|
MYSQL_PORT: 3306
|
||||||
MYSQL_USER: foodsoft
|
MYSQL_USER: foodsoft
|
||||||
EMAIL_SENDER: noreply@example.org
|
EMAIL_SENDER: demo@local-it.org
|
||||||
EMAIL_ERROR: systems@example.org
|
EMAIL_ERROR: flip@yksflip.de
|
||||||
SMTP_ADDRESS: mail.example.com
|
SMTP_ADDRESS: mail.local-it.org
|
||||||
SMTP_AUTHENTICATION: plain
|
SMTP_AUTHENTICATION: login
|
||||||
SMTP_DOMAIN: mail.example.com
|
SMTP_DOMAIN: mail.local-it.org
|
||||||
SMTP_ENABLE_STARTTLS_AUTO: true
|
SMTP_ENABLE_STARTTLS_AUTO: true
|
||||||
SMTP_PORT: 587
|
SMTP_PORT: 587
|
||||||
SMTP_USER_NAME: foodsoft
|
SMTP_USER_NAME: demo@local-it.org
|
||||||
EMAIL_REPLY_DOMAIN: example.org
|
EMAIL_REPLY_DOMAIN:
|
||||||
SMTP_SERVER_HOST: 0.0.0.0
|
SMTP_SERVER_HOST:
|
||||||
SMTP_SERVER_PORT: 2525
|
SMTP_SERVER_PORT:
|
||||||
SECRET_DB_PASSWORD_VERSION: v1
|
SECRET_DB_PASSWORD_VERSION: v1
|
||||||
SECRET_DB_ROOT_PASSWORD_VERSION: v1
|
SECRET_DB_ROOT_PASSWORD_VERSION: v1
|
||||||
SECRET_SHARED_LISTS_DB_PASSWORD_VERSION: v1
|
SECRET_SHARED_LISTS_DB_PASSWORD_VERSION: v1
|
||||||
|
@ -143,3 +143,4 @@ steps:
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- demo
|
- demo
|
||||||
|
- tantewandel
|
||||||
|
|
Loading…
Reference in a new issue