ysdn-2016 / ysdn-2016.github.io

Grad show site for the YSDN class of 2016
http://ysdn2016.com/
3 stars 2 forks source link

Investigate S3 uploads #23

Closed iamnbutler closed 8 years ago

iamnbutler commented 9 years ago
rosszurowski commented 8 years ago

Any thoughts on how to keep images around for local development, but still out of the repo so we don't bog down Github and deploys?

rosszurowski commented 8 years ago

Maybe we could add the content/ folder to .gitignore, and then sync it over S3 as part of the build step. That way, files are around for local builds, but then when we deploy we can do whatever shenaniganry we need.

Still, I'm not sure how image resizing and the like will fit into this...

iamnbutler commented 8 years ago

Yeah, we can probably use a hook for when we push to prod it runs whatever image deploy setup we figure out. I know there are some impressive rails image processing plugins, I'm sure there are probably some python or js based ones as well.

rosszurowski commented 8 years ago

Push to prod? You mean github pages? Keep in mind we moved away from the web app approach to things, so it's not as easy.

iamnbutler commented 8 years ago

Prod can = whatever. You can set up hooks on github to run anything base on which branches you push to if I remember correctly. https://developer.github.com/webhooks/ I'm not totally sure if it supports hooks based on branch though.

rosszurowski commented 8 years ago

Bumping into sprint 4. It'll be figured out this weekend because it needs to be demoable for Monday.

rosszurowski commented 8 years ago

Closed with the launch of the admin panel