Skip to content

Commit b70e1cb

Browse files
committed
add deploy targets
1 parent c9828c8 commit b70e1cb

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.firebaserc

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"projects": {
33
"default": "ccd-firebase-app-check"
4-
}
5-
}
4+
},
5+
"targets": {
6+
"ccd-firebase-app-check": {
7+
"hosting": {
8+
"with": [
9+
"ccd-firebase-app-check"
10+
],
11+
"without": [
12+
"ccd-firebase-app-check-without"
13+
]
14+
}
15+
}
16+
},
17+
"etags": {}
18+
}

0 commit comments

Comments
 (0)