Closed nickeblewis closed 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
.
Thanks I will try that.
No problem :)
Now, Relay Fullstack suuports deploying on Heroku. Please refer to Heroku deployment section.
Having executed the command line:
$ npm run deploy
How can I push the build up to a service such as Heroku? or similar service?