Questions tagged [heroku-ci]

86 questions
0
votes
0 answers

is there any max limit to deploy node project on HEROKU on free account?

Thanks for supporting!!! I have some issues with my heroku account, I've created free account on heroku, and deploying my project after making changes, previously it was working fine, till 18-19 no of deploy, now it is showing build error on heroku…
Kunvar Singh
  • 1,779
  • 2
  • 13
  • 21
0
votes
1 answer

How do I make heroku scheduler addon update my github repo and deploy it?

I have this cron job set up on heroku to delete some files in a particular folder and create them again with new data. My code is on Github and connected to heroku. How can I achieve updating my github branch after this cron has been run on heroku?
goodnesskay
  • 695
  • 6
  • 14
0
votes
1 answer

In Heroku; how to transfer 2 apps from Team to Personal?

I do not want to be charged, reason why I want to switch my project from team to personal. This is what I am doing right now: 1) I created a new app called radix-haven-corp (This is app is under my personal account) 2) These are my actual apps,…
Manfred Tijerino
  • 377
  • 1
  • 3
  • 12
0
votes
0 answers

Getting Heroku CI test ouput via email

Is there a way to get notified of the test results output for the tests running on a Heroku pipeline. Currently, I can see the results under the "Tests" tab of the pipeline. But is there a way to get a notification when tests fail?
r-puri
  • 119
  • 1
  • 5
0
votes
1 answer

Heroku CI, Phoenix, Elixir: 'role "postgres" does not exist' 'psql: FATAL: database "u13792" does not exist'

Trying to use Heroku CI with Phoenix and heroku buildpack elixir. Tests are running, but getting error message psql: FATAL: database "u13792" does not exist or role "postgres" does not exist. app.json { "addons": [ "heroku-postgresql" ], …
francob411
  • 103
  • 6
0
votes
1 answer

Heroku CI: KeyError: key not found "STRIPE_SECRET_KEY"

I recently added new ENV variables to my app, this is particularly my STRIPE_SECRET_KEY in an initializer: Stripe.api_key = ENV.fetch("STRIPE_SECRET_KEY") When I push my code up to my staging server and the tests run this error pops up. I made…
8vius
  • 5,786
  • 14
  • 74
  • 136
0
votes
1 answer

heroku: flush redis in release phase

I have a node app running on heroku and I'm trying to use the release phase to flush my redis cache on deploy. I've added the release: ./release-tasks.sh to my Procfile but I'm having a hard time finding information what tools are available for me…
Chris
  • 170
  • 2
  • 11
0
votes
1 answer

Heroku CI running tests twice per deploy

Looking at my tests overview in Heroku, I see that tests run twice for every build I want to push to production. The first time runs when I've opened a PR for a branch (I've prevented pushing directly to master) and the second after I've…
Skowt
  • 411
  • 2
  • 6
  • 15
0
votes
1 answer

Can't make my Phoenix app build on Heroku CI

I can't manage to make my Phoenix 1.2 app to run on Heroku CI. It seems it's trying to create a new database, and even though I configured an alias, it's still performing ecto.create. Here is Heroku CI output: -----> Running Elixir buildpack…
Chris
  • 2,744
  • 3
  • 24
  • 39
-1
votes
1 answer

Build Heroku apps automatically on every push to Github

I want to enable automatic builds on Heroku anytime I push to master branch on GitHub just like Heroku would do whenever I push to a branch that is connected to an app on their platform. Is there any way to achieve this?
Olayinka
  • 41
  • 4
-2
votes
0 answers

Something went wrong issue on heroku

Something went wrong If you're using an ad-blocker, please try disabling it. You can also check the Heroku Status site to see if there are any incidents impacting our service. enter image description here The heroku status is fine so not sure why…
1 2 3 4 5
6