Heroku

Preset: heroku (switch to this preset)

Nitro supports deploying on Heroku with minimal configuration.

Using the Heroku CLI

  1. Create a new Heroku app.

    1. heroku create myapp
  2. Configure Heroku to use the nodejs buildpack.

    1. heroku buildpacks:set heroku/nodejs
  3. Configure your app.

    1. heroku config:set NITRO_PRESET=heroku