Skip to content

Instantly share code, notes, and snippets.

@cball
Last active May 4, 2017 15:30
Show Gist options
  • Save cball/32798d43d26cbf8f4183 to your computer and use it in GitHub Desktop.
Save cball/32798d43d26cbf8f4183 to your computer and use it in GitHub Desktop.
circle.yml for ember apps
machine:
node:
version: 6.9.1
dependencies:
override:
- yarn
cache_directories:
- ~/.cache/yarn
test:
override:
- yarn test
# deployment:
# production:
# branch: master
# commands:
# - ember deploy staging --activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment