Skip to content

Commit 072a0b0

Browse files
authored
fix: pass django-settings-modules as make argument to override env local (#7552)
1 parent 5f87b0e commit 072a0b0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/api-deploy-production-ecs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ jobs:
5151
5252
- name: Generate MCP schema
5353
env:
54-
DJANGO_SETTINGS_MODULE: app.settings.production
5554
FLAGSMITH_API_URL: 'https://api.flagsmith.com'
5655
FLAGSMITH_FRONTEND_URL: 'https://app.flagsmith.com'
57-
run: make generate-mcp-spec
56+
run: make generate-mcp-spec DJANGO_SETTINGS_MODULE=app.settings.production
5857

5958
- name: Install Gram CLI
6059
run: curl -fsSL https://go.getgram.ai/cli.sh | bash

0 commit comments

Comments
 (0)