fixed(cd): error in prod due to SMS_DSN not set
it was mistakenly unset from it's default value by the github CD. Now it must be put in Github secrets
This commit is contained in:
parent
b70a6bc9b4
commit
f26b849560
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
|
@ -9,9 +9,9 @@ on:
|
||||||
payum-apikey:
|
payum-apikey:
|
||||||
description: Payum API Key
|
description: Payum API Key
|
||||||
required: true
|
required: true
|
||||||
# sms-dsn:
|
sms-dsn:
|
||||||
# description: SMS DSN
|
description: SMS DSN
|
||||||
# required: true
|
required: true
|
||||||
mailer-dsn:
|
mailer-dsn:
|
||||||
description: MAILER DSN
|
description: MAILER DSN
|
||||||
storage-key:
|
storage-key:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue