File tree Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change 5
5
directories :
6
6
- " node_modules"
7
7
script : yarn test && codecov && yarn storybook:export
8
- before_deploy :
9
- # Set up git user name and email
10
- - git config --local user.name "jscottsmith"
11
- - git config --local user.email "jscsmith@gmail.com"
12
8
deploy :
13
- provider : pages
14
- skip-cleanup : true
15
- github-token : GITHUB_TOKEN
9
+ provider : surge
10
+ project : build
11
+ domain : react-scroll-parallax-v1.surge.sh
12
+ on : dev
13
+ # TODO: Fix this gh-pages deploy.
14
+ # https://docs.travis-ci.com/user/deployment/pages/
15
+ # https://github.com/travis-ci/dpl/pull/501/files
16
+ # provider: pages
17
+ # skip-cleanup: true
18
+ # name: "jscottsmith"
19
+ # email: "jscsmith@gmail.com"
20
+ # github-token: GITHUB_TOKEN
16
21
# committer-from-gh: true
17
- verbose : true
22
+ # verbose: true
18
23
# keep-history: true
19
- local-dir : build
20
- on :
21
- branch : dev
24
+ # local-dir: build
25
+ # on:
26
+ # branch: dev
You can’t perform that action at this time.
0 commit comments