Automated Deployment with Bash
·6 mins
You’ve built a cool new application. It works perfectly on your laptop. Now, how do you get it to run on an actual server where real users can access it? You could manually SSH into the server, install Docker, copy files, configure Nginx, and pray it all goes as planned. Orβ¦ you could just like automate everything?