Skip to content

Instantly share code, notes, and snippets.

@dandelauro
Created June 10, 2016 15:08
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 dandelauro/cfcd2e22516bd3fb67e92763459b9749 to your computer and use it in GitHub Desktop.
Save dandelauro/cfcd2e22516bd3fb67e92763459b9749 to your computer and use it in GitHub Desktop.
CircleCI project configuration for continuous S3 deployments.
machine:
node:
version: 5.10.0
dependencies:
override:
- npm install
- npm install -g grunt-cli
cache_directories:
- "node_modules"
test:
override:
- grunt build
- ./s3-deploy.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment