Skip to content

Latest commit

 

History

History

express

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Netlify Provider API as Express App

This is an example implementation of the Netlify provider API to create a Netlify addon.

Install

Install the express dependencies

npm install

Deploying

  1. Allow for Heroku to build from sub directory

    heroku buildpacks:set https://github.com/timanovsky/subdir-heroku-buildpack
  2. Add node build steps for express

    heroku buildpacks:add heroku/nodejs
  3. Add node build steps for express

    heroku config:set PROJECT_PATH=/express