Adapt to incorrect var name
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2023-01-20 18:28:39 -08:00
parent 829d0ee08a
commit 5e49e88c9a
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ steps:
SECRET_DB_PASSWORD_VERSION: v1
SECRET_DB_ROOT_PASSWORD_VERSION: v1
SECRET_APP_SECRET_VERSION: v1
SECRET_SMTP_PASSWORD_VERSION: v1
SECRET_SMTP_PASSWORD: v1
SYMFONY__ENV__FOSUSER_REGISTRATION: "false"
trigger:
branch:

View File

@ -89,7 +89,7 @@ secrets:
name: ${STACK_NAME}_app_secret_${SECRET_APP_SECRET_VERSION}
smtp_password:
external: true
name: ${STACK_NAME}_smtp_password_${SECRET_SMTP_PASSWORD}
name: ${STACK_NAME}_smtp_password_${SECRET_SMTP_PASSWORD_VERSION}
configs:
entrypoint: