Skip to content

Instantly share code, notes, and snippets.

@kellyrmilligan
Last active April 27, 2017 15:45
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 kellyrmilligan/c9c1f840851f7aa90dd8e61baec33a21 to your computer and use it in GitHub Desktop.
Save kellyrmilligan/c9c1f840851f7aa90dd8e61baec33a21 to your computer and use it in GitHub Desktop.
example circle ci yml
deployment:
prod:
branch: master
commands:
- NODE_ENV=production REACT_APP_GIT_SHA=$CIRCLE_SHA1 REACT_APP_ROLLBAR_TOKEN=$ROLLBAR_TOKEN yarn run build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment