heroku-buildpack-python icon indicating copy to clipboard operation
heroku-buildpack-python copied to clipboard

Write a simple testing script.

Open ehmatthes opened this issue 5 years ago • 1 comments

Write a script that builds an instance of the learning log project, deploys it, and opens the project.

ehmatthes avatar Oct 19 '20 16:10 ehmatthes

Should probably have an option to destroy the app after finishing tests. Could be a prompt after script runs, or a cli argument. Destroy an app from cli:

$ heroku apps:destroy --confirm heroku-app-name

ehmatthes avatar Oct 15 '21 00:10 ehmatthes