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
