Continuous Deployment with GitHub Actions
“Continuous deployment (CD) is a software engineering approach in which software functionalities are delivered frequently and through automated deployments.” ~ https://en.wikipedia.org/wiki/Continuous_deployment In this article I’ll cover the process and the actual Yaml file to automate your deployment from your development laptop to Webserver simply by pushing a commit to GitHub. Deploy simply by committing to […]