Compare commits

...

1 Commits

Author SHA1 Message Date
giles bradshaw e0e2a35c41 records mail password on print
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/promote/print Build is passing Details
2023-10-19 14:26:13 +00:00
1 changed files with 3 additions and 0 deletions

View File

@ -226,6 +226,7 @@ steps:
- rm -f env-ghost
- "echo \"export MAIL_SERVICE='$${MAIL_SERVICE}'\" >> env-ghost # \"mail-service\""
- "echo \"export MAIL_USER='$${MAIL_USER}'\" >> env-ghost # \"mail-user\""
- "echo \"export MAIL_PASSWORD='$${MAIL_PASSWORD}'\" >> env-ghost # \"mail-password\""
- "echo \"export COMMENTO_ORIGIN='$${COMMENTO_ORIGIN}'\" >> env-ghost # \"commento-origin\""
- "echo \"export THEME='$${THEME}'\" >> env-ghost # \"theme\""
- "echo \"export MYSQL_ROOT_PASSWORD='$${MYSQL_ROOT_PASSWORD}'\" >> env-ghost # \"mysql-root-password\""
@ -240,6 +241,8 @@ steps:
from_secret: mysql-root-password
THEME:
from_secret: theme
MAIL_PASSWORD:
from_secret: mail-password
trigger:
event: