Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Josef Kurk Edwards <joed6834@colorado.edu>
  • Loading branch information
bearycool11 authored Dec 29, 2024
1 parent 1c01188 commit 182cc65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ CONSENT_PAYLOAD='{
"body": "We are deploying PMLL components. Do you consent to participate? Respond AGREE or DENY.",
"action_required": true
}'
API_BASE="https://api"
DOMAIN="example.com"
API_BASE="https://api."
DOMAIN=".github.com"
ARLL_RETRIES=3
ARLL_DELAY=5 # Retry delay in seconds
BATCH_SIZE=1000 # Number of parallel operations per batch
Expand Down

0 comments on commit 182cc65

Please sign in to comment.