16.3. Heroku#
Deploy to Heroku with the 1-click button.
16.3.1. 1-Click Deploy#
Pricing: ~$5/month (Hobby dyno)
16.3.2. Steps#
Click the Deploy button above
Log in to Heroku
Configure environment variables (optional)
Click “Deploy app”
16.3.3. After Deployment#
# Set your Cloudflare token (optional)
heroku config:set CLOUDFLARE_TOKEN=your_token
# Set API key for protection
heroku config:set FLAREINSPECT_API_KEY=$(openssl rand -hex 32)
# View logs
heroku logs --tail
16.3.4. Access the Dashboard#
https://your-app.herokuapp.com