We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbec00b + 63e8fac commit 54ae73cCopy full SHA for 54ae73c
.github/workflows/build.yml
@@ -79,8 +79,6 @@ jobs:
79
--cluster $ECS_CLUSTER \
80
--service $ECS_SERVICE \
81
--force-new-deployment \
82
- --region $AWS_REGION \
83
- --no-cli-pager \
84
- > /dev/null 2>&1
+ --region $AWS_REGION
85
86
echo "Started Deployment"
setup/settings.py
@@ -237,7 +237,7 @@
237
else:
238
CORS_ALLOW_ALL_ORIGINS = False
239
CORS_ALLOWED_ORIGIN_REGEXES = [
240
- r"^https://.*\.druling\.com$",
+ r"^https://(.*\.)?druling\.com$",
241
]
242
243
LOCALSTACK_PORT = os.getenv("LOCALSTACK_PORT", "4566")
0 commit comments