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