At the time of writing, for the past few months, GitHub has been integrating several other DevOps features into its repository source platform. This offers the advantage of being fully integrated with the repository's code.
Today, these new features are as follows:
- A GitHub Package registry, which is a package manager, whose presentation documentation can be found at https://github.com/features/package-registry
- GitHub Actions, which is a CI/CD pipeline manager, whose presentation documentation can be found at https://github.com/features/actions
At the time of writing this book, these two new features are still in preview on GitHub. They will be released live in the coming months during the event known as GitHub universe (November 13, 2019).
To be able to use GitHub Actions, we must have previously registered for the Beta program at https...
To be able to use GitHub Actions, we must have previously registered for the Beta program at https...