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
Post a Comment