.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Giles Bradshaw 2020-05-04 23:13:35 +01:00
parent c11d979dee
commit a94440bb3f
3 changed files with 5 additions and 1 deletions

View File

@ -271,6 +271,8 @@ services:
COMMENTO_SMTP_PORT: $COMMENTO_SMTP_PORT COMMENTO_SMTP_PORT: $COMMENTO_SMTP_PORT
COMMENTO_SMTP_USERNAME: $COMMENTO_SMTP_USERNAME COMMENTO_SMTP_USERNAME: $COMMENTO_SMTP_USERNAME
COMMENTO_SMTP_FROM_ADDRESS: $COMMENTO_SMTP_FROM_ADDRESS COMMENTO_SMTP_FROM_ADDRESS: $COMMENTO_SMTP_FROM_ADDRESS
COMMENTO_GITHUB_KEY: $COMMENTO_GITHUB_KEY
COMMENTO_GITHUB_SECRET: $COMMENTO_GITHUB_SECRET
COMMENTO_FORBID_NEW_OWNERS: $COMMENTO_FORBID_NEW_OWNERS COMMENTO_FORBID_NEW_OWNERS: $COMMENTO_FORBID_NEW_OWNERS
COMMENTO_PORT: 8080 COMMENTO_PORT: 8080
COMMENTO_POSTGRES: postgres://${COMMENTO_POSTGRES_USER}:${COMMENTO_POSTGRES_PASSWORD}@commento-postgres:5432/${COMMENTO_POSTGRES_DB}?sslmode=disable COMMENTO_POSTGRES: postgres://${COMMENTO_POSTGRES_USER}:${COMMENTO_POSTGRES_PASSWORD}@commento-postgres:5432/${COMMENTO_POSTGRES_DB}?sslmode=disable

View File

@ -28,5 +28,6 @@ publicSecrets = [
"commento-smtp-from-address", "commento-smtp-from-address",
"commento-forbid-new-owners", "commento-forbid-new-owners",
"commento-postgres-db", "commento-postgres-db",
"commento-postgres-user", "commento-postgres-user",
"commento-github-key",
] ]

View File

@ -14,4 +14,5 @@ secretSecrets = [
"commento-smtp-password", "commento-smtp-password",
"commento-askimet-key", "commento-askimet-key",
"commento-postgres-password", "commento-postgres-password",
"commento-github-secret",
] ]