UNPKG

483 BYAMLView Raw
1machine:
2
3 timezone:
4 America/New_York # Set the timezone
5
6 node:
7 version: 4.8.4
8
9dependencies:
10 pre:
11 - npm install -g npm@3.10.10
12
13deployment:
14 production:
15 branch: master
16 commands:
17 - git fetch --unshallow
18 - git push git@heroku.com:react-ions.git $CIRCLE_SHA1:refs/heads/master -f
19 staging:
20 branch: dev-react-ions
21 commands:
22 - git fetch --unshallow
23 - git push git@heroku.com:dev-react-ions.git $CIRCLE_SHA1:refs/heads/master -f