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:
6
dev/docs/firebase_rules.json
Normal file
6
dev/docs/firebase_rules.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"rules": {
|
||||
".read": false,
|
||||
".write": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user