members.lumbung.space/.drone.yml

45 lines
1.2 KiB
YAML
Raw Normal View History

2022-01-10 12:34:17 +00:00
---
kind: pipeline
name: publish pipeline
steps:
- name: publish container
image: plugins/docker
settings:
username:
from_secret: docker_reg_username
password:
from_secret: docker_reg_passwd
2022-01-10 12:47:47 +00:00
repo: decentral1se/members.lumbung.space
2022-01-10 13:27:38 +00:00
- 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
2022-01-10 15:56:02 +00:00
NEXTCLOUD_API_BASE_URL: cloud.lumbung.space
NEXTCLOUD_USER: decentral1se
2022-01-10 13:27:38 +00:00
SECRET_APP_SECRET_KEY_VERSION: v1
SECRET_KEYCLOAK_CLIENT_SECRET_VERSION: v1
2022-01-10 15:20:47 +00:00
SECRET_NEXTCLOUD_APP_SECRET_VERSION: v1
2022-01-10 13:27:38 +00:00
STACK_NAME: members_lumbung_space
2022-01-10 12:34:17 +00:00
trigger:
branch:
- main
event:
exclude:
- pull_request