Ask HN: How should I deploy my small-scale PHP web applications?
I run several small, PHP based websites, they mostly reside on Digital Ocean until I feel a need to switch to AWS.
What is a simple workflow for managing code and deployments of code? Do you have private GitHub repos and your web servers continuously check and integrate the master branch? Do you prefer to take the site down manually and move code around by hand?
I imagine everyone has their own flow, it'd be interesting to hear some so I can improve on my lacking methods.
3 comments
[ 4.4 ms ] story [ 8.7 ms ] threadI'm at a university now and we use our own git repo with triggers to deploy the code to development. (pushed code is deployed).
We're starting to look into it but I think using web hooks and github you can script a deployment tool.