- Heroku App Name:
jake-my-copilot
- Remote Repository: https://git.heroku.com/jake-my-copilot.git
- App Dashboard: https://dashboard.heroku.com/apps/jake-my-copilot/
- POST: https://jake-my-copilot-2a9c2ff6d8fb.herokuapp.com/predict
Headers
Key: Content-Type
Value: application/json Body raw{ "code": "some code or string for predict" }
The app is set to automatically deploy to Heroku upon pushing to the main
branch of the GitHub repository.
Use the following command to push changes:
git push
Here are some useful commands for managing the Heroku app:
-
Restart the App:
heroku ps:scale worker=1
-
View Logs:
heroku logs --tail