Hacker News new | ask | show | jobs
by trusko 5609 days ago
Have a question. This is nice for simple HTML. How about deploying site were you have to migrate the database etc. This approach wouldn't work. I use fabric with git right now, works well.
1 comments

One solution that occurred to me, was to setup a(assuming MySQL)mirrored database. Another idea is to setup a MySQL dump script or something similar.

Just a couple of ideas :)

I think it is good idea for static sites, for everything else you would be rediscovering fabric and similar tools.