More template env deckchair-shifting

This commit is contained in:
3wc 2020-09-26 12:31:14 +02:00
parent 210ee59907
commit db5e642f22
2 changed files with 4 additions and 4 deletions

View File

@ -6,13 +6,13 @@ steps:
image: decentral1se/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: ${REPO_NAME_KEBAB}
stack: ${REPO_NAME_SNAKE}
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
DOMAIN: ${REPO_NAME_KEBAB}.swarm-test.autonomic.zone
STACK_NAME: ${REPO_NAME_KEBAB}
STACK_NAME: ${REPO_NAME_SNAKE}
LETS_ENCRYPT_ENV: production
trigger:
branch:

View File

@ -1,4 +1,4 @@
export SERVICE=${REPO_NAME_SNAKE}
export SERVICE=${REPO_NAME_KEBAB}
export DOMAIN=${REPO_NAME_KEBAB}.example.com
export STACK_NAME=${REPO_NAME_KEBAB}
export STACK_NAME=${REPO_NAME_SNAKE}
export LETS_ENCRYPT_ENV=production