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:
|
||||
description: Payum API Key
|
||||
required: true
|
||||
# sms-dsn:
|
||||
# description: SMS DSN
|
||||
# required: true
|
||||
sms-dsn:
|
||||
description: SMS DSN
|
||||
required: true
|
||||
mailer-dsn:
|
||||
description: MAILER DSN
|
||||
storage-key:
|
||||
|
|
|
|||
Loading…
Reference in a new issue