hydra/TODO

30 lines
368 B
Plaintext
Raw Normal View History

2010-02-08 00:45:42 +00:00
= Hydra TODO
2010-02-08 00:45:42 +00:00
== Rsync
Split SSH into:
2010-02-08 00:45:42 +00:00
connect: user@site.com
ssh_options: -p 3022
2010-02-08 00:45:42 +00:00
Then make an rsync section:
rsync:
source: /path/to/code/locally
exclude:
- tmp
- log
- config/test/database.yml
- db/*.sqlite3
etc...
options: -az
== Setup
Provide a hydra:setup task to override to be run remotely before testing
2010-01-29 19:59:52 +00:00