-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7c6b8d
commit c13bff6
Showing
2 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
This is a demo app to show CI CD with GitHub action and environment. | ||
# GitHub environment demo | ||
|
||
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 `main` only build. | ||
- When pull request merged in `main` then build and deploy to `Dev` environment. | ||
- When a release has been created then deploy to `Prd` environment. | ||
|
||
Deployment to `Prd` environment needs approval. |