lib/shuttle/strategy.rb in shuttle-deploy-0.2.0.beta16 vs lib/shuttle/strategy.rb in shuttle-deploy-0.2.0
- old
+ new
@@ -247,9 +247,13 @@
def write_release
ssh.run("echo #{version} > #{release_path}/RELEASE")
end
+ def disable_history
+ ssh.run("set +o history")
+ end
+
def export_environment
ssh.export_hash(
'DEPLOY_APP' => config.app.name,
'DEPLOY_APPLICATION' => config.app.name,
'DEPLOY_USER' => target.user,
\ No newline at end of file