Firebase hosting for docs (#4871)
* configs for firebase hosting * use the implicit FIREBASE_TOKEN * don't print every command (lowers the chance of printing secret env vars, and for realz only deploy when merging into master
This commit is contained in:
11
dev/docs/firebase.json
Normal file
11
dev/docs/firebase.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"rules": "firebase_rules.json",
|
||||
"hosting": {
|
||||
"public": "doc",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*",
|
||||
"**/node_modules/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user