diff options
| author | mo khan <mo@mokhan.ca> | 2013-05-03 19:25:59 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-05-03 19:25:59 -0600 |
| commit | 528e9aa5e3784d765a721b3f4d26c8d338d7d294 (patch) | |
| tree | 3d9595c6bf094dcc0547fdd74d97c2b8ab380312 /lib | |
| parent | f5f4021e36b0e0d8d1ab4549a328be0cc77a3614 (diff) | |
use asset_sync to sync assets to s3 bucket
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/tasks/deployment.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/deployment.rake b/lib/tasks/deployment.rake index 3af04967..8e884e54 100644 --- a/lib/tasks/deployment.rake +++ b/lib/tasks/deployment.rake @@ -8,6 +8,7 @@ namespace :deploy do task :production, :tag do |t, args| tag_to_deploy = args.tag if tag_to_deploy.blank? + sh "rake assets:precompile" sh "cap production deploy:migrations" else puts "deploying to production from tag #{tag_to_deploy}" |
