-
Notifications
You must be signed in to change notification settings - Fork 2
CI CD Systems
bhanutejags edited this page Aug 13, 2021
·
18 revisions
- Provides very good integration with GitHub itself, from example raising PRs and labelling issues from GitHub Actions is trivial.
- Has good community and ecosystem around sharable GitHub Actions, from installing Ruby and building Docker images to deploying to AWS Services.
- These actions let use write CI/CD pipelines without the need to write shell scripts.
- GitHub Action to login against a Docker registry
- GitHub Action to write a script in your workflow that uses the GitHub API and the workflow run context
- Useful starter GitHub Actions workflows
- GitHub Action to download a prebuilt Ruby
- GitHub Action to automatically bump and tag master, on merge, with the latest SemVer formatted version.
- GitHub Action Release Drafter
- A repository and CI/CD system that is well integrated with AWS tools and services.
- Getting used to this service, might help developers to get more comfortable with AWS Services.