File tree Expand file tree Collapse file tree 4 files changed +25
-4
lines changed Expand file tree Collapse file tree 4 files changed +25
-4
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "projects": {
3
+ "default": "design-patterns-game-test"
4
+ }
5
+ }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ after_success:
17
17
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
18
18
19
19
deploy :
20
- provider : surge
21
- project : ./build
22
- domain : http://designpatternsgame.com
20
+ provider : firebase
21
+ token :
22
+ secure : $FIREBASE_TOKEN
23
23
skip_cleanup : true
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/zoltantothcom/Design-Patterns-JavaScript.svg?branch=master )] ( https://travis-ci.org/zoltantothcom/Design-Patterns-JavaScript ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/zoltantothcom/Design-Patterns-JavaScript/badge.svg?branch=master )] ( https://coveralls.io/github/zoltantothcom/Design-Patterns-JavaScript?branch=master ) [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/5f4e97b771504e23b0b414d2cbc69506 )] ( https://www.codacy.com/app/zoltantothcom/Design-Patterns-JavaScript ) [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/zoltantothcom/Design-Patterns-JavaScript.svg )] ( https://greenkeeper.io/ )
4
4
5
- Design Patterns - a quick game to test your familiarity with the 'Gang of Four' design patterns implemented in JavaScript .
5
+ Design Patterns - a quick game to test your familiarity with the 'Gang of Four' design patterns implemented in JS .
6
6
7
7
### :zap : [ PLAY HERE] ( http://designpatternsgame.com/ )
8
8
Original file line number Diff line number Diff line change
1
+ {
2
+ "hosting" : {
3
+ "public" : " build" ,
4
+ "ignore" : [
5
+ " firebase.json" ,
6
+ " **/.*" ,
7
+ " **/node_modules/**"
8
+ ],
9
+ "rewrites" : [
10
+ {
11
+ "source" : " **" ,
12
+ "destination" : " /index.html"
13
+ }
14
+ ]
15
+ }
16
+ }
You can’t perform that action at this time.
0 commit comments