Skip to content

Commit

Permalink
add service status url update step
Browse files Browse the repository at this point in the history
  • Loading branch information
mehatab authored Aug 25, 2023
1 parent e8ea483 commit 4d87ed9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,20 @@ Replace **mehatab/fettle** with your **username/repo-name**
https://api.github.com/repos/mehatab/fettle/issues?per_page=20&state=all&labels=incident
```

## Service status URL update
Go to `src > services > hooks > useServices.tsx` file and update the url with your repository url.

Replace **mehatab/fettle** with your **username/repo-name**
```
https://raw.githubusercontent.com/mehatab/fettle/main/public/status/${key}_report.log
```

Go to `src > services > hooks > useSystemStatus.tsx` file and update the url with your repository url.

Replace **mehatab/fettle** with your **username/repo-name**
```
https://raw.githubusercontent.com/mehatab/fettle/main/public/status/${key}_report.log
```

## Deployment setup

Expand Down

0 comments on commit 4d87ed9

Please sign in to comment.