You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
Currently, deploying the latest version of the repo to heroku must be done from a developer's machine manually. In an ideal world, the heroku toolbelt would be installed in the Travis build (via the .travis.yml file) and credentials would be added to the Travis pipeline via the Settings UI for the project. We could check the git branch to see if we're building master, and then run the deploy command.
The text was updated successfully, but these errors were encountered:
Currently, deploying the latest version of the repo to heroku must be done from a developer's machine manually. In an ideal world, the heroku toolbelt would be installed in the Travis build (via the .travis.yml file) and credentials would be added to the Travis pipeline via the Settings UI for the project. We could check the git branch to see if we're building master, and then run the deploy command.
The text was updated successfully, but these errors were encountered: