mig (owner)

Revisions

gist: 230310 Download_button fork
public
Description:
Hot capistrano replacement
Public Clone URL: git://gist.github.com/230310.git
Embed All Files: show embed
deploy.rake #
1
2
3
4
task :deploy do
  `rsync -rltvz -e ssh . deploy@hostname:/var/www/apps/my_app`
  `ssh deploy@hostname touch /var/www/apps/my_app/public/restart.txt`
end