Update for new SECRET_ naming
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2020-12-14 11:55:48 +02:00
parent ebb2036510
commit 26fa0bdfd3
3 changed files with 6 additions and 6 deletions

View File

@ -15,8 +15,8 @@ steps:
DOMAIN: wordpress.swarm-test.autonomic.zone
STACK_NAME: wordpress
LETS_ENCRYPT_ENV: production
DB_PASSWORD_VERSION: v1
DB_ROOT_PASSWORD_VERSION: v1
SECRET_DB_PASSWORD_VERSION: v1
SECRET_DB_ROOT_PASSWORD_VERSION: v1
PHP_UPLOADS_CONF_VERSION: v1
ENTRYPOINT_CONF_VERSION: v1
trigger:

View File

@ -8,8 +8,8 @@ export LETS_ENCRYPT_ENV=production
## Additional extensions
#export PHP_EXTENSIONS="calendar"
export DB_ROOT_PASSWORD_VERSION=v1
export DB_PASSWORD_VERSION=v1
export SECRET_DB_ROOT_PASSWORD_VERSION=v1
export SECRET_DB_PASSWORD_VERSION=v1
export PHP_UPLOADS_CONF_VERSION=v1
export ENTRYPOINT_CONF_VERSION=v1

View File

@ -76,10 +76,10 @@ volumes:
secrets:
db_root_password:
external: true
name: ${STACK_NAME}_db_root_password_${DB_ROOT_PASSWORD_VERSION}
name: ${STACK_NAME}_db_root_password_${SECRET_DB_ROOT_PASSWORD_VERSION}
db_password:
external: true
name: ${STACK_NAME}_db_password_${DB_PASSWORD_VERSION}
name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION}
configs:
entrypoint_conf: