How do you deploy simple projects?
I’m talking WordPress, static sites, smaller apps that run on Rails, Laravel, things that have a single instance on a server, no load-balancer, no need for something like K8s, Terraform or anything like that. How do you deploy those? Are you using git clone and pulls on the server? Rsync? SFTP? A third-party service that deploys from your git repo?
Continue Reading