DEV Community

Discussion on: Auto deployment to now.sh and Heroku from Github

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Now and Netlify have their CLI, so you can deploy without setting up a Git.

For Heroku, you need Git, but you can hack with Branches / Subtree. My solutions are in patarapolw/qsearch/web/heroku, and also web/backend/webpack.config.js, web/frontend/vue.config.js. I might write up on How-To someday.

I also have Now.sh with serverless solution, here, and here. Indeed, the problem is now.sh trying to be too smart.