Possible to deploy assets to a separate host?

Hello,

I searched around for a while and couldn’t determine if it was possible to have javascripts, images, stylesheets, and fonts deployed to a separate location from the html files. We use a central assets host as a sort of CDN since we have multiple sites that share the same assets and I was hoping to automate this during deployment. My apologies if this is already covered somewhere else. Thanks!

Hello,

I’m using:

activate :asset_host
set :asset_host do |asset|
  '//www.xxxxx.xx'.to_s
end

Regards.

Thanks, what I was hoping to find was instructions on how to deploy to an asset host, while deploying the build files to another host.