sc-react-ions
Version:
An open source set of React components that implement Ambassador's Design and UX patterns.
24 lines (19 loc) • 483 B
YAML
machine:
timezone:
America/New_York # Set the timezone
node:
version: 4.8.4
dependencies:
pre:
- npm install -g npm@3.10.10
deployment:
production:
branch: master
commands:
- git fetch --unshallow
- git push git@heroku.com:react-ions.git $CIRCLE_SHA1:refs/heads/master -f
staging:
branch: dev-react-ions
commands:
- git fetch --unshallow
- git push git@heroku.com:dev-react-ions.git $CIRCLE_SHA1:refs/heads/master -f