This is a demo app to show CI CD with GitHub action and environment.
There are two environments in this repo.
- Dev
- Prd
CI CD workflow used for this app.
- For pull request to
mainonly build. - When pull request merged in
mainthen build and deploy toDevenvironment. - When a release has been created then deploy to
Prdenvironment.
Deployment to Prd environment needs approval.