|
|
|
|
|
by Varqu
1396 days ago
|
|
Sure, what I would expect when deploying a new service / application: 1. Create a new app in the dashboard or command line (in Heroku it's basically a single step: choosing app name and region) 2. git push from my repository (it's a NodeJS app with React frontend) 3. The app builds automatically and gets deployed to prod |
|