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:
Seth Ladd
2016-07-12 12:53:47 -07:00
committed by GitHub
parent 4e3be59bc2
commit 1ac08b2632
6 changed files with 35 additions and 2 deletions

11
dev/docs/firebase.json Normal file
View File

@@ -0,0 +1,11 @@
{
"rules": "firebase_rules.json",
"hosting": {
"public": "doc",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}