4
votes
1answer
304 views

How can I version-control and deploy a website's static files while preserving timestamps?

I'm using NanoBlogger to generate a website that consists entirely of static files—no PHP or anything similar. I'd like to place the site under version control, which means managing both ...
1
vote
2answers
584 views

What is a deploy script?

Conversation: Me: How do we do the swap over though? Won't there be downtime no matter how we do it? X: Well, we will need to do a complete deploy script of all the steps that must be ...