Deploy this small rails app, using AWS (You can use the free tier to test this)
Acceptance criteria are listed in descending order of importance. Things closer to the bottom should be considered “stretch goals”. For example, you could deploy a version of this that uses sqlite and loses data when it is redeployed until you are able to persist data in a database.
- it should fork the repo at https://github.com/strongmind/frozen-desserts
- it should deploy automatically from github using github actions every time the main branch is updated
- it should run the specs and fail to deploy if the specs fail
- it should be available from the internet via http or https
- it should recreate AWS resources if they are destroyed
- it should persist data in a database