Forum
Automate updates.
I remember some where a discussion about maintaining Perch apps and updates with a Gitub repository. Any tips on maintaining 5 or 6 Perch across various domains installs using Git.
Feel free to comment! Ian
I remember some where a discussion about maintaining Perch apps and updates with a Gitub repository. Any tips on maintaining 5 or 6 Perch across various domains installs using Git.
Feel free to comment! Ian
How do you deploy your sites currently?
MAMP + FTP. Some sites are maintained in Github. Although over time we are migrating to Digital Ocean style VPS so we can run ssh and git whatever. I'm looking over Docker and Vagrant to replace MAMP for the local. So its pretty clear we are going to need a lot more auto provisioning and server building.
This might be an interesting read: https://24ways.org/2014/developing-robust-deployment-procedures/
Yes that looks like a good expansion of the question. Thanks Drew.