Skip to content

Instantly share code, notes, and snippets.

@rmehner
Created January 7, 2013 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmehner/4475512 to your computer and use it in GitHub Desktop.
Save rmehner/4475512 to your computer and use it in GitHub Desktop.
store_template: &store_template
store:
robot: '/s3/store'
key: 'YOUR_AWS_KEY'
secret: 'YOUR_AWS_SECRET'
bucket: 'YOUR_S3_BUCKET'
production:
auth:
key: 'YOUR_KEY'
secret: 'YOUR_SECRET'
templates:
image_resize:
steps:
resize:
robot: '/image/resize'
width: 320
height: 200
<<: *store_template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment