We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4b91b commit 29fc1a5Copy full SHA for 29fc1a5
2 files changed
.github/workflows/deploy-reusable.yml
@@ -158,6 +158,7 @@ jobs:
158
["CatsRabbitMQ"]="ConnectionStrings__CatsRabbitMQ"
159
["RabbitMQ"]="ConnectionStrings__RabbitMQ"
160
["DMSFilesBasePath"]="DMSFilesBasePath"
161
+ ["DMSFilesBasePath_DbInteractions"]="DMSFilesBasePath"
162
["Sentry_Dsn"]="Sentry_Dsn"
163
)
164
infra/services.json
@@ -101,7 +101,7 @@
101
"taskDef": "infra/task-definitions/dbinteractions-task-def.json",
102
"container": "dbinteractions-container",
103
"secrets": [
104
- "DMSFilesBasePath",
+ "DMSFilesBasePath_DbInteractions",
105
"DeliusRunningPictureDb",
106
"OfflocRunningPictureDb",
107
"DeliusStagingDb",
0 commit comments