Skip to content

Instantly share code, notes, and snippets.

@domgreen
Created April 26, 2011 13:15
Show Gist options
  • Save domgreen/942239 to your computer and use it in GitHub Desktop.
Save domgreen/942239 to your computer and use it in GitHub Desktop.
local deployment using rake
def deploy_locally
#need to do a local CSPack Command
exec "#{STOP_LOCAL_DEV_FABRIC}"
exec "#{RUN_LOCAL_DEV_FABRIC}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment