Feature/what we're after
After creating a flask app in #5488, now we want that app to be automatically deployed to Cloud.gov in our development space when we merge PRs into main.
Anticipated/hypothesized benefits
- Automating deployment speeds up iteration greatly
- One environment simplifies the setup to begin
Measurements/metrics
- Deploys happening on Cloud.gov
References/background
- Copy in our
deploy.yml from datagov-harvester, but again don't bring in any of the existing complexity
- This will just use one branch (
main) and one environment (development). If we need more to be able to iterate, we'll make it when we need it.
Feature/what we're after
After creating a flask app in #5488, now we want that app to be automatically deployed to Cloud.gov in our development space when we merge PRs into
main.Anticipated/hypothesized benefits
Measurements/metrics
References/background
deploy.ymlfrom datagov-harvester, but again don't bring in any of the existing complexitymain) and one environment (development). If we need more to be able to iterate, we'll make it when we need it.