Skip to content

Commit

Permalink
[infra] Add firebase deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Dec 1, 2019
1 parent 4857734 commit 89ab866
Show file tree
Hide file tree
Showing 4 changed files with 3,377 additions and 2 deletions.
5 changes: 5 additions & 0 deletions site/.firebaserc
@@ -0,0 +1,5 @@
{
"projects": {
"default": "quicklink-6a87b"
}
}
10 changes: 10 additions & 0 deletions site/firebase.json
@@ -0,0 +1,10 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}
5 changes: 3 additions & 2 deletions site/package.json
Expand Up @@ -4,7 +4,8 @@
"version": "1.0.0",
"scripts": {
"build": "npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve"
"start": "npx @11ty/eleventy --serve",
"deploy": "firebase deploy --project=quicklink-6a87b"
},
"devDependencies": {
"@11ty/eleventy": "^0.8.3"
Expand All @@ -13,4 +14,4 @@
"dependencies": {
"html-minifier": "^4.0.0"
}
}
}

0 comments on commit 89ab866

Please sign in to comment.