Skip to content

Commit

Permalink
add firebase app hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 11, 2024
1 parent c01568c commit 3c3ee5d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dist
.vercel_build_output
.firebase
.vercel
.apphosting
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Continues [Nitro](https://nitro.unjs.io/) deployments for end-to-end testing dep
- Deno Deploy ([docs](https://nitro.unjs.io/deploy/providers/deno-deploy) | ~~deployment~~ )
- DigitalOcean ([docs](https://nitro.unjs.io/deploy/providers/digitalocean) | ~~deployment~~ )
- Edgio ([docs](https://nitro.unjs.io/deploy/providers/edgio) | ~~deployment~~ )
- Firebase ([docs](https://nitro.unjs.io/deploy/providers/firebase) | ~~deployment~~ )
- Firebase Hosting ([docs](https://nitro.unjs.io/deploy/providers/firebase) | ~~deployment~~ )
- Firebase App Hosting ([docs](https://nitro.unjs.io/deploy/providers/firebase) | [deployment](https://nitro-app--nitro-949b8.europe-west4.hosted.app/) )
- Flightcontrol ([docs](https://nitro.unjs.io/deploy/providers/flightcontrol) | ~~deployment~~ )
- Genezio ([docs](https://nitro.unjs.io/deploy/providers/genezio) | ~~deployment~~ )
- Heroku ([docs](https://nitro.unjs.io/deploy/providers/heroku) | ~~deployment~~ )
Expand Down
8 changes: 7 additions & 1 deletion deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,17 @@ export const deployments = [
docs: "https://nitro.unjs.io/deploy/providers/edgio",
},
{
name: "Firebase",
name: "Firebase Hosting",
url: "",
dash: "https://console.firebase.google.com/",
docs: "https://nitro.unjs.io/deploy/providers/firebase",
},
{
name: "Firebase App Hosting",
url: "https://nitro-app--nitro-949b8.europe-west4.hosted.app/",
dash: "https://console.firebase.google.com/",
docs: "https://nitro.unjs.io/deploy/providers/firebase",
},
{
name: "Flightcontrol",
url: "",
Expand Down

0 comments on commit 3c3ee5d

Please sign in to comment.