Skip to content

Instantly share code, notes, and snippets.

View jimlester's full-sized avatar

Jim Lester jimlester

  • US Radiology Specialists
  • Tulsa, OK
View GitHub Profile
@jimlester
jimlester / Rakefile
Created June 14, 2012 16:05 — forked from ivanoats/Rakefile
Rakefile for WordPress and Joomla project deployment from localhost to remote
# Copyright 2011 Ivan Storck
# Rakefile to manage automated local / remote sync of PHP projects like WordPress and Joomla
# Assumptions:
# Git is the version control system
# Only tested with ssh shortcuts in .ssh/config and public keys but should work with username and password too
# for WordPress , .gitignore ignores wp-config.php
# for Joomla, .gitignore ignores configuration.php
require 'rake'
require 'net/ssh'