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
|
- name: build and publish docker image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
auto_tag: true
|
|
||||||
username: yksflip
|
username: yksflip
|
||||||
from_secret: docker_registry
|
from_secret: docker_registry
|
||||||
repo: yksflip/foodsoft
|
repo: yksflip/foodsoft
|
||||||
tags: latest
|
tags:
|
||||||
|
- latest
|
||||||
|
- ${DRONE_COMMIT_SHA}
|
||||||
- name: deployment
|
- name: deployment
|
||||||
image: decentral1se/stack-ssh-deploy:latest
|
image: decentral1se/stack-ssh-deploy:latest
|
||||||
settings:
|
settings:
|
||||||
|
@ -64,7 +65,7 @@ steps:
|
||||||
port: 22
|
port: 22
|
||||||
environment:
|
environment:
|
||||||
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
|
||||||
FOODCOOP_MULTI_INSTALL: true
|
FOODCOOP_MULTI_INSTALL: true
|
||||||
FOODCOOP_NAME: example
|
FOODCOOP_NAME: example
|
||||||
|
|
Loading…
Reference in a new issue