-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: fix prax website deploy Restores some crucial Firebase configs to straighten out the CD pipeline for updating the prax marketing website, hosted on Firebase. Uses a custom runner, to reduce job time from ~12m on ubuntu-latest to ~5m on the faster version. * rebase & fix lint --------- Co-authored-by: Conor Schaefer <conor@penumbralabs.xyz> Co-authored-by: Gabe Rodriguez <grod220@gmail.com>
- Loading branch information
1 parent
e9b0d0d
commit 237ee61
Showing
3 changed files
with
21 additions
and
5 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": "prax-website-1aea3" | ||
} | ||
} |
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,6 @@ | ||
{ | ||
"hosting": { | ||
"public": "apps/prax-marketing-site/dist", | ||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"] | ||
} | ||
} |