Article from Paul Jehanno
Stop Wasting your Time Restarting Services Manually After Deployment: Visudo It!
Paul Jehanno2 min read
© xkcd Here is how I managed to save time on my PHP project by enabling restarting services automatically during deployment. Basic capistrano configuration When I work on PHP projects I deploy using Capistrano, a tool that enables scripting of deployment tasks. During my…
Continue reading →