Answers for "updating heroku deployed with git"

5

how to add existing heroku remote

git remote add heroku [email protected]: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:[email protected]/repos/<username>/<repo name>/tarball/master/ --app <app-name>
Posted by: Guest on September-19-2020

Browse Popular Code Answers by Language