Capistrano example for a static site.
- ssh-copy-id [email protected]
- add the following to ~/.ssh/config on your machine
Host my.example.com
ForwardAgent yes
- you may need to ssh in and run ssh -T [email protected] and accept the key
- cap deploy:setup
- cap deploy
- wget http://my.example.com | cat
- profit