Created
April 26, 2011 13:15
-
-
Save domgreen/942239 to your computer and use it in GitHub Desktop.
local deployment using rake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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