fix: add option to disable rate limitng in kamal (#2274)

Co-authored-by: Matti Nannt <mail@matthiasnannt.com>
This commit is contained in:
Shubham Palriwala
2024-03-18 15:13:28 +05:30
committed by GitHub
parent 6609b57084
commit 7123a620c2
2 changed files with 2 additions and 0 deletions

View File

@@ -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:

View File

@@ -85,6 +85,7 @@ env:
- S3_SECRET_KEY
- S3_REGION
- S3_BUCKET_NAME
- RATE_LIMITING_DISABLED
# Use a different ssh user than root
ssh: