attempt to auto deploy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
cellarspoon 2022-01-10 14:27:38 +01:00
parent befbcd064d
commit ff978b5f73
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
2 changed files with 23 additions and 2 deletions

View File

@ -10,7 +10,29 @@ steps:
password:
from_secret: docker_reg_passwd
repo: decentral1se/members.lumbung.space
auto_tag: true
- name: deploy stack
image: decentral1se/stack-ssh-deploy:latest
settings:
stack: members_lumbung_space
host: lumbung.space
deploy_key:
from_secret: drone_ssh_lumbung.space
depends_on:
- publish container
environment:
APP_THEME: lumbung
AUTOMATICALLY_LOG_IN: False
DOMAIN: members.lumbung.space
ENTRYPOINT_CONF_VERSION: v1
INVITE_TIME_LIMIT: 30
KEYCLOAK_CLIENT_ID: admin-cli
KEYCLOAK_DOMAIN: login.lumbung.space
KEYCLOAK_REALM: lumbung-space
LETS_ENCRYPT_ENV: production
SECRET_APP_SECRET_KEY_VERSION: v1
SECRET_KEYCLOAK_CLIENT_SECRET_VERSION: v1
STACK_NAME: members_lumbung_space
trigger:
branch:
- main

View File

@ -9,7 +9,6 @@ KEYCLOAK_CLIENT_SECRET=barfoo
KEYCLOAK_DOMAIN=login.lumbung.space
KEYCLOAK_REALM=lumbung-space
LETS_ENCRYPT_ENV=production
NGINX_CONF_VERSION=v1
REDIS_DB=0
REDIS_HOST=localhost
REDIS_PORT=6379