mirror of
https://github.com/kremalicious/ipfs.git
synced 2024-11-21 17:27:06 +01:00
Update README.md
This commit is contained in:
parent
06cfdca8e7
commit
7bff2004f9
@ -3,7 +3,7 @@
|
||||
> A public IPFS node & gateway.
|
||||
> [ipfs.kretschmann.io](https://ipfs.kretschmann.io)
|
||||
|
||||
[![Build Status](https://github.com/kremalicious/ipfs/workflows/CI%2FCD%20Pipeline/badge.svg)](https://github.com/kremalicious/ipfs/actions)
|
||||
[![CI](https://github.com/kremalicious/ipfs/actions/workflows/ci.yml/badge.svg)](https://github.com/kremalicious/ipfs/actions/workflows/ci.yml)
|
||||
|
||||
This repo holds a React app built with [Next.js](https://nextjs.org) serving as the frontpage of [ipfs.kretschmann.io](https://ipfs.kretschmann.io) from where you can add files to IPFS via drag and drop.
|
||||
|
||||
@ -36,6 +36,6 @@ Outputs to `./public`.
|
||||
|
||||
## Deployment
|
||||
|
||||
Every branch is automatically deployed to [Now](https://zeit.co/now) with their GitHub integration. A link to a deployment will appear under each Pull Request.
|
||||
Every branch is automatically deployed to [Vercel](https://vercel.com) with their GitHub integration. A link to a deployment will appear under each Pull Request.
|
||||
|
||||
The latest deployment of the `master` branch is automatically aliased to `ipfs.kremalicious.now.sh`.
|
||||
The latest deployment of the `main` branch is automatically aliased to `ipfs.vercel.app` which itself is proxied to via Nginx running under `ipfs.kretschmann.io`.
|
||||
|
Loading…
Reference in New Issue
Block a user