foo
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Philipp Rothmann 2023-01-13 15:10:38 +01:00
parent 65b53812ea
commit 04e21dbf54

View file

@ -56,11 +56,11 @@ steps:
from_secret: docker_registry
tags:
- latest
- ${DRONE_COMMIT}
- ${DRONE_COMMIT:0:8}
- name: deployment
image: git.local-it.org/philipp/stack-ssh-deply:latest
settings:
stack: ${DRONE_COMMIT}
stack: "foodsoft_${DRONE_COMMIT:0:8}"
compose: "deployment/compose.yml"
deploy_key:
from_secret: drone_deploy_key
@ -71,14 +71,14 @@ steps:
reg_pass:
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:0:8}
generate_secrets: true
networks:
- proxy
environment:
IMAGE: git.local-it.org/foodsoft/foodsoft:${DRONE_COMMIT}
STACK_NAME: ${DRONE_COMMIT}
DOMAIN: "${DRONE_COMMIT}.foodsoft.dev.local-it.cloud"
IMAGE: git.local-it.org/foodsoft/foodsoft:${DRONE_COMMIT:0:8}
STACK_NAME: "foodsoft_${DRONE_COMMIT:0:8}"
DOMAIN: "${DRONE_COMMIT:0:8}.foodsoft.dev.local-it.cloud"
LETS_ENCRYPT_ENV: production
FOODCOOP_MULTI_INSTALL: true
FOODCOOP_NAME: example