.
continuous-integration/drone/push Build was killed Papildu informācija

This commit is contained in:
Giles Bradshaw 2020-05-04 23:13:35 +01:00
vecāks c11d979dee
revīzija a94440bb3f
3 mainīti faili ar 5 papildinājumiem un 1 dzēšanām

Parādīt failu

@ -271,6 +271,8 @@ services:
COMMENTO_SMTP_PORT: $COMMENTO_SMTP_PORT
COMMENTO_SMTP_USERNAME: $COMMENTO_SMTP_USERNAME
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_PORT: 8080
COMMENTO_POSTGRES: postgres://${COMMENTO_POSTGRES_USER}:${COMMENTO_POSTGRES_PASSWORD}@commento-postgres:5432/${COMMENTO_POSTGRES_DB}?sslmode=disable

Parādīt failu

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

Parādīt failu

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