mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
fix: add option to disable rate limitng in kamal (#2274)
Co-authored-by: Matti Nannt <mail@matthiasnannt.com>
This commit is contained in:
committed by
GitHub
parent
6609b57084
commit
7123a620c2
1
.github/workflows/kamal.yml
vendored
1
.github/workflows/kamal.yml
vendored
@@ -70,6 +70,7 @@ jobs:
|
||||
S3_REGION: ${{ vars.S3_REGION }}
|
||||
S3_BUCKET_NAME: ${{ vars.S3_BUCKET_NAME }}
|
||||
OPENTELEMETRY_LISTENER_URL: ${{ vars.OPENTELEMETRY_LISTENER_URL }}
|
||||
RATE_LIMITING_DISABLED: ${{ vars.RATE_LIMITING_DISABLED }}
|
||||
KAMAL_REGISTRY_PASSWORD: ${{ secrets.KAMAL_REGISTRY_PASSWORD }}
|
||||
|
||||
steps:
|
||||
|
||||
@@ -85,6 +85,7 @@ env:
|
||||
- S3_SECRET_KEY
|
||||
- S3_REGION
|
||||
- S3_BUCKET_NAME
|
||||
- RATE_LIMITING_DISABLED
|
||||
|
||||
# Use a different ssh user than root
|
||||
ssh:
|
||||
|
||||
Reference in New Issue
Block a user