Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Sort of Server Deployment - Automatic Updates of Web Server Folder/Files?

I've been trying to come up with ways in which a web server could be set up to retrieve the latest version of a website from a remote source. The idea is that multiple servers could grab their relevant files from their remote directory (or a single archive file) when updated.

I was thinking of going with ssh but firewalls might not allow access at some server locations.
So now I'm thinking something like a script using wget -N to fetch the relevant latest tar file, removing the old files and replacing with the new files in the folder. Git would be a possibility too.
Maybe Ansible?

I know that there are loads of deployment solutions but I can't find an open-source one that can be set up to just update a website folder at regular intervals.

Does anyone have any advice?

Thanks for reading :)

Comments

Sign In or Register to comment.