Closed Flamefork closed 11 years ago
To use:
set :aws, access_key_id:'...', secret_access_key: '...'
in config/deploy.rb
recipe[railsapp::backup]
in set :run_list
Please add all this configuration to default deploy.rb
, with meaningful comments like other "must-set" options.
Db backup is something we want to force for every project, at least by making it a default option.
Great! Thank you!
Any progress on it?