This commit is contained in:
parent
87b9ac15e6
commit
ccdf901ee5
1 changed files with 3 additions and 2 deletions
|
@ -70,12 +70,13 @@ steps:
|
||||||
reg_user: philipp
|
reg_user: philipp
|
||||||
reg_pass:
|
reg_pass:
|
||||||
from_secret: docker_registry
|
from_secret: docker_registry
|
||||||
|
reg_url: git.local-it.org
|
||||||
image: git.local-it.org/foodsoft/foodsoft:${DRONE_COMMIT}
|
image: git.local-it.org/foodsoft/foodsoft:${DRONE_COMMIT}
|
||||||
generate_secrets: true
|
generate_secrets: true
|
||||||
environment:
|
environment:
|
||||||
IMAGE: git.local-it.org/foodsoft/foodsoft:${DRONE_COMMIT}
|
IMAGE: git.local-it.org/foodsoft/foodsoft:${DRONE_COMMIT}
|
||||||
STACK_NAME: foodsoft
|
STACK_NAME: foodsoft_${DRONE_COMMIT}
|
||||||
DOMAIN: "${DRONE_COMMIT_SHA}.foodsoft.dev.local-it.cloud"
|
DOMAIN: "${DRONE_COMMIT}.foodsoft.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: example
|
||||||
|
|
Loading…
Reference in a new issue