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
1 answer

Heroku - Manage different application from terminal

I have a heroku account which is now storing two applications with example names loon-plotter and new-site. In my command line, I am wanting to run bash inside of loon-plotter's dyno (container) but the current terminals currently focused is on the…
Max Collier
  • 573
  • 8
  • 24
0
votes
2 answers

How do i deploy a script to heroku that only runs at a scheduled time

I have a script written in Golang that does some http requests and store information in an external database. I want this script to be run once a day at a time that i set. Now i'm dealing with how to deploy it and my first option is Heroku since…
0
votes
1 answer

nodejs project transfert mac to mac get error on second mac when sending to heroku import express from 'express'

I have a problem when transfering my nodeJs api from my personal mac to my work mac. The error occur when I send the app to heroku server it is send succesfully but I get an error which is : import express from 'express'; SyntaxError: Unexpected…
Lilian Bideau
  • 186
  • 2
  • 15
0
votes
1 answer

What name is the '--name' CLI option referring to?

I'm updating an SSL certificate (using SSL add on, not ACM). CLI is telling me that I need to specify --name, but I have no idea what name it is referring to. $ heroku certs:update --app=myapp --type=endpoint myapp.crt myapp.key ▸ Must pass…
drumboots
  • 391
  • 2
  • 3
  • 11
0
votes
0 answers

heroku: TZ var not working after setting it to NY time

I'm setting heroku's timezone to America/New_York like so:. heroku config:add TZ="America/New_York" -a my-app For some reason, the server keeps showing the logs in UTC time. Shouldn't it show them in ET ? Log…
Sebastian S
  • 807
  • 6
  • 15
0
votes
0 answers

remote: -----> Python app detected remote: ! Requested runtime (Python 3.6.4) is not available for this stack (heroku-18)

remote: Compressing source files... done. remote: Building source: remote: remote: -----> Python app detected remote: ! Requested runtime (Python 3.6.4) is not available for this stack (heroku-18). remote: ! Aborting. More info:…
john
  • 539
  • 2
  • 9
  • 24
0
votes
2 answers

deploying node application on existing heroku app

I'm trying to deploy me node application which is running sucessfully running on localhost. For this, I have installed heroku cli on my machine, and I'm opening GIT cli to do the following: Heroku Login -- successful git push heroku master --…
beta programmers
  • 513
  • 2
  • 8
  • 23
0
votes
1 answer

How can I have separate APIs for staging and production environments on Heroku?

I was just checking on how pipelines work in Heroku. I want the staging and production apps to be the same except that they should access different API endpoints. How could I achieve that?
develop05
  • 487
  • 1
  • 9
  • 23
0
votes
1 answer

State changed from up to crashed in Heroku

I am getting the following error on Heroku logs: 2018-10-29T00:48:34.198959+00:00 heroku[reminder.1]: State changed from up to crashed 2018-10-29T00:48:59.855673+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET…
Parth Parikh
  • 11
  • 1
  • 2
  • 8
0
votes
1 answer

Why rails app work sometimes and sometimes don't?

The thing is that I'm working on rails and my app is running on Heroku, yesterday I added the gem carrierwave to upload images to the app, but since that my app works only on some devices. It works in my pc and iphone 5 also in my ipad, but in the…
Pedro
  • 1,352
  • 2
  • 10
  • 22
0
votes
1 answer

HEROKU deploing executable jar

I created a bot for discord. Then i created executable jar file by eclipse (maven project). Then i deploing this file in heroku, using this documentation enter link description here And its worked, but then app crashed by R10 error. my Procfile …
fedot deon
  • 51
  • 1
  • 1
  • 8
0
votes
3 answers

Why is heroku giving error code H81 on deployment of react app

Im deploying full stack react app to heroku. I followed the steps provided on heroku using the cli -logged in using my credentials -ran heroku create -added the heroku origin using the new git repo -then ran git push heroku master when i run heroku…
tstreets
  • 35
  • 1
  • 5
0
votes
1 answer

Heroku push failed in Windows + Git bash

I execute: > heroku login and introducing my Heroku username and password, I get: Logged in as l*********.com I can execute successfully: > heroku auth:token cccc8aa0-aaaa-aaaa-aaaa-bbbb03b38932 after that, I execute: > git push heroku…
Luís Soares
  • 5,726
  • 4
  • 39
  • 66
0
votes
0 answers

How to push database to heroku with git bash?

I have a problem. I am trying to push a postgresql to Heroku with the Heroku CLI, but I can't seem to get it to work. I tried the Windows Command Prompt, but it runs into the error about 'env' is not recognized as an internal or external command,…
0
votes
1 answer

NodeJs Heroku Deployment Failing on Build

I am simply trying to build my web application to Heroku. I am able to "build" my client locally, but for some reason, when Heroku is building it when I git push heroku master, the build is failing on... Module not found: Error: Can't resolve…
Chris Simmons
  • 249
  • 2
  • 7
  • 19