ruby on rails - Deploy static assets to Amazon S3 -


what easiest way deploy static assets (javascript, images, css, …) amazon s3? there perfect solution?

with "perfect" mean: git push heroku master thing have both code pushed heroku , assets uploaded s3.

i don't think you're going able 'perfectly' using git.

what may more use use heroku san plugin , use after_deploy task move assets final resting places perhaps?

although, aren't static assets best suited on heroku can take advantage of caching makes use of? typically commit js, css , images layout git , deploy heroku whilst user assets uploaded s3.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -