From 87c2b5526a8dc2f7d4ab3c1a6607365e5b8de221 Mon Sep 17 00:00:00 2001 From: peterjurco Date: Mon, 24 Feb 2025 09:30:32 +0100 Subject: [PATCH] Disable link checking of fleek deployments --- dev-README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-README.md b/dev-README.md index fc657114..0a39f713 100644 --- a/dev-README.md +++ b/dev-README.md @@ -35,12 +35,15 @@ network, adapt the configuration to your needs. We use [Fleek](https://fleek.co/) to host the application on IPFS. The hosting workflow works like this: + + - Every PR against `main` branch will be deployed by Github Actions (as preview deployment) and you can find the IPFS hash in the "fleek deploy check" details in the PR status checks panel. - The current version of app in `main` branch will be deployed as staging on the following URL: https://api3-dao-dashboard-staging.on.fleek.co/. The app will be redeployed after every merged request automatically. - Every push to `production` branch will trigger a production deploy. The production can be found on this URL: - https://api3-dao-dashboard.on.fleek.co/. +https://api3-dao-dashboard.on.fleek.co/. + On Fleek, we are using [environment variables](https://create-react-app.dev/docs/adding-custom-environment-variables/), specifically `REACT_APP_NODE_ENV` to specify the environment. Possible values `development`, `staging` and `production`.