Browse Source

Add CI/CD info to readme

pull/26/head
baarkerlounger 3 years ago
parent
commit
bddef14cc9
  1. 10
      README.md

10
README.md

@ -64,6 +64,16 @@ Once the app is deployed:
`cf ssh dluhc-core -t -c "/tmp/lifecycle/launcher /home/vcap/app 'rails console' ''"` `cf ssh dluhc-core -t -c "/tmp/lifecycle/launcher /home/vcap/app 'rails console' ''"`
### CI/CD
When a commit is made to `main` the following Github action jobs are triggered:
1. Test - RSpec runs our test suite
2. Deploy - If the Test stage passes, this deploys the app to our Gov PaaS account using the cloudfoundry cli
When a pull request is opened to `main` only the test stage runs.
### Single log submission ### Single log submission
The form for this is driven by a json file in `/config/forms/{start_year}_{end_year}.json` The form for this is driven by a json file in `/config/forms/{start_year}_{end_year}.json`

Loading…
Cancel
Save