Add missing env var and sort

This commit is contained in:
decentral1se 2021-04-29 17:11:54 +02:00
parent 21cc6d8971
commit 7229c67cf4
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 5 additions and 4 deletions

View File

@ -12,9 +12,9 @@ steps:
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
APP_INI_VERSION: v1
DOCKER_SETUP_SH_VERSION: v1
DOMAIN: gitea.swarm-test.autonomic.zone
STACK_NAME: gitea
LETS_ENCRYPT_ENV: production
GITEA_ALLOW_ONLY_EXTERNAL_REGISTRATION: true
GITEA_APP_NAME: Git with solidaritea
GITEA_AUTO_WATCH_NEW_REPOS: false
@ -23,14 +23,15 @@ steps:
GITEA_ENABLE_NOTIFY_MAIL: false
GITEA_ENABLE_OPENID_SIGNIN: true
GITEA_ENABLE_OPENID_SIGNUP: true
GITEA_SSH_PORT: 2222
GITEA_SSH_ENABLED: 1
APP_INI_VERSION: v1
GITEA_SSH_PORT: 2222
LETS_ENCRYPT_ENV: production
SECRET_DB_PASSWORD_VERSION: v1
SECRET_DB_ROOT_PASSWORD_VERSION: v1
SECRET_INTERNAL_TOKEN_VERSION: v1
SECRET_JWT_SECRET_VERSION: v1
SECRET_SECRET_KEY_VERSION: v1
STACK_NAME: gitea
trigger:
branch:
- master