Further reading
If you wish to know more, have a look at the following resources:
- Additional information about GitHub Actions:
- The official GitHub Actions documentation with lots of examples: https://docs.github.com/en/actions
setup-php
is not only very useful for PHP developers, but also offers a lot of useful information—for example, about the matrix setup (how to test code against several PHP versions) or caching Composer dependencies to speed up the build: https://github.com/marketplace/actions/setup-php-action
- More information about CD and related topics can be found here:
- A good overview of CD: https://www.atlassian.com/continuous-delivery
- Logging and monitoring explained: https://www.vaadata.com/blog/logging-monitoring-definitions-and-best-practices/
- A great introduction to advanced deployment methods: https://www.techtarget.com/searchitoperations/answer/When-to-use-canary-vs-blue-green-vs-rolling-deployment
- Tools and links regarding your local pipeline:
- More...