16.3. Heroku#

Deploy to Heroku with the 1-click button.

16.3.1. 1-Click Deploy#

Deploy to Heroku

Pricing: ~$5/month (Hobby dyno)

16.3.2. Steps#

  1. Click the Deploy button above

  2. Log in to Heroku

  3. Configure environment variables (optional)

  4. 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