> On Wed, 18 Jun 2014 12:44:49 -0400 > "Jason Pyeron" <jpyeron@xxxxxxxx> wrote: > > If it were me, I would keep the site in SCM (git for us), and publish it to > the > server via script (server pulls based on SCM change notice). It won't matter > if > its WP today and drupal tomorrow, and plain jane html in between. > Having git as a backup for the site sounds nice. I suppose when someone edits a page in WP (or whatever tech we use), we'd have to do occasional commits to git to make sure the version on git reflects what's currently on the website? Alain