Questions tagged [heroku-cli]

Use this tag for questions associated with the Heroku Command Line Interface (CLI).

This tag is for the Heroku CLI.

711 questions
0
votes
2 answers

How to manage two stages in Heroku pipeline without GitHub integration

I have an app called my-app in heroku. I transformed it into a pipeline with two stages (staging and prod). I don't want to use GitHub integration. my-app is now in production. I am using GitLab (which is free) and I fork my-app repo to a new branch…
Manuel RODRIGUEZ
  • 2,131
  • 3
  • 25
  • 53
0
votes
1 answer

How to remove a Heroku review app build pack

I don't want to remove it from the production app or even staging. Deleting it from the Settings on Heroku doesn't seem to work, it'll just show up again when I try to rebuild the app.
Galen
  • 150
  • 13
0
votes
0 answers

Could not connect Heroku CLI with heroku postgres for java application

I have added Postgres addon in heroku. I have heroku cli. But when I try to execute heroku pg:psql from cli I get an error couldnot resolve host to address. Provided I didnot do anything for ssl. I have postgres database installed in my machine and…
0
votes
1 answer

Deploying Vue app to Heroku, cannot find module shelljs

I am trying to deploy a vue template to our heroku instance. I have setup the procfile to call the right build script but am getting this. Error: Cannot find module 'shelljs' And the logs from it are: 2017-10-19T18:14:59.663986+00:00 heroku[web.1]:…
Jeremy
  • 241
  • 4
  • 17
0
votes
2 answers

Node.js app with a MySQL database deployed on heroku keeps crashing

I am new to Node.js and I have an application that I have deployed to Heroku with a MySQL database. However,I keep getting an error. The app works only for a time after I deploy on Heroku. It suddenly stops working and I get the following error: …
crazyy_photonn
  • 161
  • 3
  • 17
0
votes
1 answer

Push from Git to Heroku not working

I recently updating a website where many gems had deprecated (I was using a heroku gem, for example). I'm at the final step of updating my localfiles to the production server. When I run 'git push heroku master' I get this error: Failed to install…
Ian Ellis
  • 541
  • 6
  • 19
0
votes
1 answer

Can't connect to Heroku Postgres database from Homestead Vagrant box

I'm trying to connect to Heroku postgres database from my local. I'm running a Laravel Homestead Vagrant box "laravel/homestead": "v2.2.1" I'm using the CLI from inside a vagrant ssh login I can get the info like this: $ heroku pg:info ===…
0
votes
1 answer

Issue in Hosting React App on Heroku

I am trying to host the react app in heroku... I have created the app using create-react-app..And follow the following methods in hosting... git init heroku create $APP_NAME --buildpack…
0
votes
0 answers

Get static IP address for Heroku app

I want to make a domain point to my Heroku app, so I am trying to create an A record that targets myapp.herokuapp.com. The problem is that the domain provider requires an IP address, and I cannot find any IP address for my Heroku app. I guess it…
Jamgreen
  • 10,329
  • 29
  • 113
  • 224
0
votes
1 answer

Delete one of the two app on the heroku account

I'm new to Heroku. I've mistakenly created second app on my account and now I can't execute heroku open command to see my app running on the server. I'm posting the screen of the error message. I need only the one named guarded-wildwood-67162. How…
Ali Zeynalov
  • 2,867
  • 8
  • 30
  • 54
0
votes
1 answer

Running 2nd non-web java app process in Heroku

I was wondering if it's possible to run a non-web java app in Heroku from within a web java app? Basically I want to execute a command to run the non-web app jar: Calling something like this in Heroku for one off process: Process proc =…
Luke Vang
  • 17
  • 4
0
votes
1 answer

Error while connecting heroku server with my React App

I am tired to resolve my error when I am connected my front end React App with my Heroku server App and when I fire a request from my front-end so that time I am getting this issue: Failed to load https://hidden-reaches-90171.herokuapp.com/GETDATA:…
Bilal Rao
  • 1
  • 3
0
votes
0 answers

Errors while deploying app on heroku

I have been trying to deploy a nodejs app under appname 'picbookapp' on heroku which has a mongo database.For mongodb I have used mlabs and I have added MONGO_URI to the config vars in my heroku app.I have also added the Procfile file.But for some…
Harshit Bisht
  • 65
  • 2
  • 10
0
votes
1 answer

Will upgrading node.js break ionic app & app then has to be resubmitted to app stores?

Got an email from heroku to upgrade node.js for a security patch. 1) If I do that will it break my whole ionic application (ionic 2 beta 11) or not cause any problems? I'm currently running node js v6.9.1 on the heroku app and I think I need to…
SaH
  • 929
  • 1
  • 8
  • 17
0
votes
1 answer

Heroku CLI Not Detecting Git

I am trying to download my git repository off of heroku using heroku git:clone -a my_app but am given the error ENOENT: spawn git ENOENT I read online that this error happens because git was not detected by heroku-cli, but I have git installed.…
user1876508
  • 12,864
  • 21
  • 68
  • 105