Skip to content

Commit

Permalink
Add initial state requirements to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed Feb 28, 2024
1 parent 0e032a0 commit a5be97c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ Proof-of-concept for a deployment/rollback flow using github actions and release
docker build --build-arg APP_VERSION=local -t action-deployment-poc:local .
docker run -p 7890:80 action-deployment-poc:local
```

# Initial setup

- The latest state of the main branch should be deployed to production
- A date tag and release should be up to date with the latest state of the main branch

0 comments on commit a5be97c

Please sign in to comment.