Tagged Questions
4
votes
1answer
303 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 ...
4
votes
3answers
56 views
Deploying Complex Changes
Occasionally we need to deploy fairly complex changes to a website which require changes to databases (new or changed tables) and dynamic source code (such as PHP or ColdFusion). What is the best way ...