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_pass:
|
||||
from_secret: docker_registry
|
||||
reg_url: git.local-it.org
|
||||
image: git.local-it.org/foodsoft/foodsoft:${DRONE_COMMIT}
|
||||
generate_secrets: true
|
||||
environment:
|
||||
IMAGE: git.local-it.org/foodsoft/foodsoft:${DRONE_COMMIT}
|
||||
STACK_NAME: foodsoft
|
||||
DOMAIN: "${DRONE_COMMIT_SHA}.foodsoft.dev.local-it.cloud"
|
||||
STACK_NAME: foodsoft_${DRONE_COMMIT}
|
||||
DOMAIN: "${DRONE_COMMIT}.foodsoft.dev.local-it.cloud"
|
||||
LETS_ENCRYPT_ENV: production
|
||||
FOODCOOP_MULTI_INSTALL: true
|
||||
FOODCOOP_NAME: example
|
||||
|
|
Loading…
Reference in a new issue