Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

heroku-toolbelt

Deploying to Heroku using git on bitbucket

January 27, 2023 by Tarik

Deploying to Heroku should work regardless of where you host your code as the Heroku CLI adds it’s own git remote for the sake of deployments. In fact, you can even git pull from Heroku, so you could technically use Heroku as a private git repository instead (though not recommended). As for using the GitHub … Read more

Categories git Tags bitbucket, git, github, heroku, heroku-toolbelt Leave a comment

‘git push heroku master’ is still asking for authentication

January 21, 2023 by Tarik

I got around this by logging in with the following : username : email used to register to heroku (Also been able to leave this field blank) password : heroku auth token (API Key) where the auth token can be retrieved by $ heroku auth:token or via the Account Settings in Heroku

Categories git Tags authentication, git, heroku, heroku-toolbelt Leave a comment

Heroku: Cannot run more than 1 Free size dynos

December 29, 2022 by Tarik

Most Efective in console run: heroku ps the result is some like this: run.4859 (Free): up 2016/01/12 21:28:41 (~ 7m ago): rails c So the numbers 4859 represent the session that is open and needs to be closed. To fix the error you need to run(Obviusly, replace the number 4859 by the number obtained): heroku … Read more

Categories ruby-on-rails Tags heroku, heroku-toolbelt, ruby-on-rails Leave a comment
Newer posts
← Previous Page1 Page2

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa