This commit is contained in:
parent
216455eb12
commit
579748034e
1 changed files with 4 additions and 3 deletions
|
@ -47,11 +47,12 @@ steps:
|
|||
- name: build and publish docker image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
auto_tag: true
|
||||
username: yksflip
|
||||
from_secret: docker_registry
|
||||
repo: yksflip/foodsoft
|
||||
tags: latest
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_COMMIT_SHA}
|
||||
- name: deployment
|
||||
image: decentral1se/stack-ssh-deploy:latest
|
||||
settings:
|
||||
|
@ -64,7 +65,7 @@ steps:
|
|||
port: 22
|
||||
environment:
|
||||
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
|
||||
FOODCOOP_MULTI_INSTALL: true
|
||||
FOODCOOP_NAME: example
|
||||
|
|
Loading…
Reference in a new issue