How to deploy (sync) Rails 3.1 precompiled assets with Amazon s3

Viewed 5002

How can I deploy my precompiled assets of Rails 3.1 pipeline to s3?

I need a task to automate this syncing work with my assets bucket.

EDIT:

This gem is exactly which I need: https://github.com/rumblelabs/asset_sync.

2 Answers
Related