Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

new version cloud 9 : how to deploy to heroku

How to deploy a web application to heroku in new version of cloud9 ? The previous version had the deploy button, but cannot be found in new version

like image 631
Kunal Khandelwal Avatar asked Aug 03 '14 09:08

Kunal Khandelwal


People also ask

How do I deploy a new code to Heroku?

Deploy Your Code To deploy your app to Heroku, use the git push command to push the code from your local repository's main branch to your heroku remote. For example: $ git push heroku main Initializing repository, done.

How do I update my Heroku to latest version?

If you installed the CLI with apt , you must use sudo apt-get update && sudo apt-get upgrade heroku . If you installed the CLI with npm or yarn , you must use npm upgrade -g heroku or yarn global upgrade heroku .


1 Answers

In the new version of Cloud9 we don't have support for deployment from the UI yet unfortunately, but we're going to add those features soon. In the meantime, we recommend using the command line from the built-in terminal, as described on our documentation site here: https://docs.c9.io/deploying_via_cli.html

like image 198
Ivar Pruijn Avatar answered Sep 27 '22 22:09

Ivar Pruijn