Answers for "how heroku git works"

5

how to add existing heroku remote

git remote add heroku git@heroku.com:project.git
Posted by: Guest on May-20-2020
1

how to trigger new heorku build without diting git

heroku builds:create --source-url https://user:token@api.github.com/repos/<username>/<repo name>/tarball/master/ --app <app-name>
Posted by: Guest on September-19-2020

Browse Popular Code Answers by Language