ehmatthes / heroku-buildpack-python

A demonstration version of the official Heroku buildpack for Python apps, showing how Django deployment can be further simplified.
https://ehmatthes.com/blog/simplified_heroku/
MIT License
16 stars 2 forks source link

Write a simple testing script. #14

Open ehmatthes opened 3 years ago

ehmatthes commented 3 years ago

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

ehmatthes commented 2 years ago

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