From f26b8495608027802fffb08faacefa923365bc98 Mon Sep 17 00:00:00 2001 From: Slim Amamou Date: Thu, 5 Dec 2024 14:13:06 +0100 Subject: [PATCH] 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 --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 486ab2b..0c55cdd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: