-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add firebase deployment to release action (#38)
* Add firebase deployment to release action * Add firebase files * Add firebase files * Try new release action * Try new release action * Separate build step * Use icons for buttons and fix image for initial dark mode * Test new deploy * Test new deploy * Test new deploy * Test new deploy * Test new deploy * Test new deploy * Test new deploy * Test new deploy * Test new deploy * Test new deploy * Test new deploy * Test new deploy * Some cleanup * Some cleanup * Some cleanup
- Loading branch information
1 parent
5758acc
commit 0897afb
Showing
8 changed files
with
2,554 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"projects": { | ||
"default": "hmh-sideprojects" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"functions": { | ||
"source": ".output" | ||
}, | ||
"hosting": [ | ||
{ | ||
"site": "hmh-sideprojects", | ||
"public": ".output/public", | ||
"cleanUrls": true, | ||
"rewrites": [ | ||
{ | ||
"source": "**", | ||
"function": "server" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.