This commit is contained in:
parent
496700c0e1
commit
8bab08d44e
1 changed files with 6 additions and 2 deletions
|
@ -58,7 +58,7 @@ steps:
|
||||||
- latest
|
- latest
|
||||||
- ${DRONE_COMMIT}
|
- ${DRONE_COMMIT}
|
||||||
- name: deployment
|
- name: deployment
|
||||||
image: decentral1se/stack-ssh-deploy:latest
|
image: git.local-it.org/philipp/stack-ssh-deploy:latest
|
||||||
settings:
|
settings:
|
||||||
stack: "foodsoft"
|
stack: "foodsoft"
|
||||||
compose: "deployment/compose.yml"
|
compose: "deployment/compose.yml"
|
||||||
|
@ -67,8 +67,12 @@ steps:
|
||||||
host: "dev.local-it.cloud"
|
host: "dev.local-it.cloud"
|
||||||
user: "root"
|
user: "root"
|
||||||
port: 22
|
port: 22
|
||||||
|
reg_user: philipp
|
||||||
|
reg_pass:
|
||||||
|
from_secret: docker_registry
|
||||||
|
image: git.local-it.org/foodsoft/foodsoft:${DRONE_COMMIT}
|
||||||
environment:
|
environment:
|
||||||
IMAGE: yksflip/foodsoft:${DRONE_COMMIT}
|
IMAGE: git.local-it.org/foodsoft/foodsoft:${DRONE_COMMIT}
|
||||||
STACK_NAME: foodsoft
|
STACK_NAME: foodsoft
|
||||||
DOMAIN: "${DRONE_COMMIT_SHA}.foodsoft.dev.local-it.cloud"
|
DOMAIN: "${DRONE_COMMIT_SHA}.foodsoft.dev.local-it.cloud"
|
||||||
LETS_ENCRYPT_ENV: production
|
LETS_ENCRYPT_ENV: production
|
||||||
|
|
Loading…
Reference in a new issue