Skip to content

Instantly share code, notes, and snippets.

View alexsancho's full-sized avatar
💭
I may be slow to respond.

Alex Sancho alexsancho

💭
I may be slow to respond.
  • VML - The Cocktail
  • Barcelona, Spain
  • 13:05 (UTC +02:00)
View GitHub Profile
@alexsancho
alexsancho / wp_fabfile.py
Created October 19, 2012 23:45 — forked from YellowSharkMT/wp_fabfile.py
Wordpress Fabfile
# Wordpress Fabfile, for migrating the database, and deploying w/ git.
# For background: "My New & Improved Fabfile for Deploying WordPress"
# http://wp.me/p2a3Vy-1b
#
# This fabfile is specifically-geared for our unique setup, which consists
# of 2 servers (local, remote), and 3 sites (local, dev, and prod). Dev and
# prod sites both live on the remote server.
#
# In general, a little bit of the programming happens on a local site,
# but the database updates and file uploads (both in Wordpress, and edits