added capistrano scripts

This commit is contained in:
albert
2011-08-22 17:19:25 -04:00
parent 2b7a8f2d67
commit 6b01c88679
5 changed files with 50 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ every 1.hour do
TagSubscription.process_all
end
every 1.hour do
AmazonBackup.execute
if fetch(:whenever_environment) == "production"
every 1.hour do
AmazonBackup.execute
end
end