Skip to content

Commit

Permalink
Replace incorrect path left from adapting website deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Dec 3, 2024
1 parent 1fc5860 commit bef8ef1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ curl -sS -X POST -H "Auth: $ATOMIC_SITE_API_KEY" "$SITE_API_BASE/edge-cache/$ATO
echo Applying latest CORS proxy rate-limiting schema
# NOTE: This will reset rate-limiting token buckets, but that should be tolerable
# as long as we're generally discouraging abuse of the proxy.
cat ~/website-deployment/cors-proxy-rate-limiting-table.sql | mysql --database="$DB_NAME"
cat ~/cors-proxy-deployment/cors-proxy-rate-limiting-table.sql | mysql --database="$DB_NAME"

echo Done!

0 comments on commit bef8ef1

Please sign in to comment.