Skip to content

Commit

Permalink
Disable link checking of fleek deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjurco committed Feb 24, 2025
1 parent 2a76ba1 commit 87c2b55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<!-- markdown-link-check-disable -->

- 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/.
<!-- markdown-link-check-enable-->

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`.
Expand Down

0 comments on commit 87c2b55

Please sign in to comment.