You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to clone the application using git bash and also able to issue heroku create command.
The heroku create command created application. But i am not able to see the application folder under git/heroku folder. All other heroku applications that i created are under this folder.
Hence, i am not able to issue the next subsequent commands like:
heroku addons:add heroku-postgresql;
heroku ps:scale web=1;
git push heroku master;
for the above three commands, it complains that your are not under the application folder.
issue the command from the application folder or use --app.
I don't know what i am missing here. Any help will be much appreciated.
other than the above issue, this post is excellent and very helpful.
Regards
Sk
The text was updated successfully, but these errors were encountered:
Hi,
I am able to clone the application using git bash and also able to issue heroku create command.
The heroku create command created application. But i am not able to see the application folder under git/heroku folder. All other heroku applications that i created are under this folder.
Hence, i am not able to issue the next subsequent commands like:
heroku addons:add heroku-postgresql;
heroku ps:scale web=1;
git push heroku master;
for the above three commands, it complains that your are not under the application folder.
issue the command from the application folder or use --app.
I don't know what i am missing here. Any help will be much appreciated.
other than the above issue, this post is excellent and very helpful.
Regards
Sk
The text was updated successfully, but these errors were encountered: