Skip to content

Commit

Permalink
deploy firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
loiane committed Sep 8, 2019
1 parent bdd0a18 commit 1bd69f0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -12,3 +12,4 @@ npm-debug.log
.vscode/angulardoc.json
forms/.vscode/settings.json
requests-http/.vscode/settings.json
requests-http/.firebase/
5 changes: 5 additions & 0 deletions requests-http/.firebaserc
@@ -0,0 +1,5 @@
{
"projects": {
"default": "curso-angular-loiane"
}
}
16 changes: 16 additions & 0 deletions requests-http/firebase.json
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist/requests-http",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 1bd69f0

Please sign in to comment.