https://github.com/arnab-developer/githubenvdemo
Demo app to show CI CD with GitHub action and environment.
https://github.com/arnab-developer/githubenvdemo
azure dotnet-5 github-actions github-environments github-workflows
Last synced: 3 months ago
JSON representation
Demo app to show CI CD with GitHub action and environment.
- Host: GitHub
- URL: https://github.com/arnab-developer/githubenvdemo
- Owner: Arnab-Developer
- License: mit
- Created: 2021-03-19T05:45:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T11:57:10.000Z (about 4 years ago)
- Last Synced: 2025-01-17T02:24:18.064Z (5 months ago)
- Topics: azure, dotnet-5, github-actions, github-environments, github-workflows
- Language: HTML
- Homepage:
- Size: 663 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- PrdCI 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.