How to automate the deployment of a web project?
For deployment automation there is not a single solution, but setting up an automated deployment is not hard and mostly follows the same steps.
- building the project
- copying the build files to a server
- installing or updating dependencies on the server
- reloading the server
These steps can be automated with a simple script.
In my article I show an example how to create this script and how I integrate it in a build system.
https://falko.berlin/post/2021-02-10.0#how-to-automate-the-deployment-of-a-web-project