Skip to content

Commit 83909a9

Browse files
committed
Set up client folder
1 parent a316127 commit 83909a9

29 files changed

+24
-21
lines changed

.gitignore

-20
Original file line numberDiff line numberDiff line change
@@ -1,21 +1 @@
1-
# See https://help.github.com/ignore-files/ for more about ignoring files.
2-
3-
# dependencies
4-
/node_modules
5-
6-
# testing
7-
/coverage
8-
9-
# production
10-
/build
11-
12-
# misc
131
.DS_Store
14-
.env.local
15-
.env.development.local
16-
.env.test.local
17-
.env.production.local
18-
19-
npm-debug.log*
20-
yarn-debug.log*
21-
yarn-error.log*

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
script:
2-
- bash ./bin/deploy.sh
2+
- bash ./client/bin/deploy.sh
33
env:
44
global:
55
- secure: cm8d/dqxrg0K2rHomiIGG4EtV3Eh2P738bAoQ3oKGOmllXZOY2Fc7A7Px4UrdFHbIaI8FEKP2nbYhzTk8TZmanwo4b9qGhwpT+o+AOs5u1LVEKjsE2UXGY8A/Z6hwWy2RYDsJ9B3Uc46Dconl7h9z5LTMZ3+ANmNeMq3JI2N8IfQAUGQyJ9T0dA7BwhP6Te4XNyXU5AJj3gDs6GgRFaDOANbFhn6w4Dj9bsKylVlkjQYNPRDEsmoSUmVS0t26QYbxuL9n/wIsRx1EA0QKMDk23vH3X0Z1urnUIFZfsbg5ez5wk7x0J8ExPuYHJ/czcBiwh4kneiaMPYKxdOfeAol/nf/vQWBzAx4+uPNXVUgTUgOBqhq+yI6lOKRDDQlk87tEKdxsuUK1WpiWA4AkJwqMzEeJ16me9Rnz74255i06RmsZvzrbR/LOx4d0B3LMUStE6gBzC7TcDqexuYKVKhiPfupEAfECz2u0wSZS55MqhewQZXFAIe5hDZa4WXMz13N4IUPPLcAc7XwSnAS7UKs/fdAQAHSiwsGAJo1m+UBmuxmoT8/L6TttoBFugHgsrm6GocODQJvt8CACLbkYCAWr8CHYrbBw4QcQZIRaCyknGWznze+4+ROaNP8l339QlzgXiFIBQt5yyUlNlFlwf0G3cccrdsIaU7SdUUnP0KVPCk=

client/.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# See https://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# testing
7+
/coverage
8+
9+
# production
10+
/build
11+
12+
# misc
13+
.DS_Store
14+
.env.local
15+
.env.development.local
16+
.env.test.local
17+
.env.production.local
18+
19+
npm-debug.log*
20+
yarn-debug.log*
21+
yarn-error.log*

bin/deploy.sh renamed to client/bin/deploy.sh

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ COMMIT_MESSAGE=$(git log -1 --pretty=%B)
2525

2626
echo "Started deploying"
2727

28+
cd client
29+
2830
# Build site.
2931
doCompile
3032

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)