giles
/
stack
Arquivado
1
1
Fork 0

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

This commit is contained in:
Giles Bradshaw 2020-05-04 23:13:35 +01:00
commit a94440bb3f
3 arquivos alterados com 5 adições e 1 exclusões

Ver arquivo

@ -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

Ver arquivo

@ -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",
]

Ver arquivo

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