lvarayut / relay-fullstack

:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
https://lvarayut.github.io/relay-fullstack/
MIT License
985 stars 126 forks source link

Can I deploy to Heroku or other similar service? #7

Closed nickeblewis closed 8 years ago

nickeblewis commented 8 years ago

Having executed the command line:

$ npm run deploy

How can I push the build up to a service such as Heroku? or similar service?

lvarayut commented 8 years ago

Relay Fullstack doesn't provide any specific command for deploying on particular services. Basically, you could follow a guide of that service in order to deploy it. For example, in Heroku, you will need to create a Procfile which is included the exact command you want to run, could be as same as npm run deploy.

nickeblewis commented 8 years ago

Thanks I will try that.

lvarayut commented 8 years ago

No problem :)

lvarayut commented 8 years ago

Now, Relay Fullstack suuports deploying on Heroku. Please refer to Heroku deployment section.