Sha256: db5c498947a8d1bd6e20b22d71a085b1536bf474218277277ce5d1b37c02f3ec
Contents?: true
Size: 601 Bytes
Versions: 5
Compression:
Stored size: 601 Bytes
Contents
- common post-deploy tasks (including db:migrate, server bounce) - some sort of simple API for hooks to check which files have changed (either via git rev differences or rsync output), so then the rake task would just do something like: require 'whiskey_disk/rake' namespace :deploy do task :post_deploy do if changed_in?('db/migrate') or changed?('config/database.yml') Rake::Task['db:migrate'].invoke end # etc. ... end end - install hooks (look at maybe git-deploy for good examples) - make sure the config repo stuff is optional
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
whiskey_disk-0.0.7 | TODO.txt |
whiskey_disk-0.0.6 | TODO.txt |
whiskey_disk-0.0.5 | TODO.txt |
whiskey_disk-0.0.3 | TODO.txt |
whiskey_disk-0.0.2 | TODO.txt |