-
Install Wrangler and authenticate to your Cloudflare account.
-
🤫 Create required AWS secrets for the project:
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_DEFAULT_REGION
- AWS_S3_BUCKET
Hint: Add each secret variable via
wrangler secret put
command.
-
🔎 Review
wrangler.toml
file and modify it depending on your requirements. -
Publish to Cloudflare via
wrangler publish
.