Skip to content

Commit

Permalink
Fix demo website and use railway to host (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzhuojie authored Jan 2, 2023
1 parent 7b36fd7 commit 595b698
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/cd_heroku.yml

This file was deleted.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ docker run -it -p 18000:18000 ghcr.io/openflagr/flagr
open localhost:18000
```

<!-- TODO: change a new demo flagr website -->
Or try it on [https://try-openflagr.herokuapp.com](https://try-openflagr.herokuapp.com), it may take a while for a cold start.
Or try it on [https://try-openflagr.up.railway.app](https://try-openflagr.up.railway.app),
it may take a while for a cold start, and every commit to the `main` branch will trigger
a redeployment of the demo website.

```
curl --request POST \
--url https://try-openflagr.herokuapp.com/api/v1/evaluation \
--url https://try-openflagr.up.railway.app/api/v1/evaluation \
--header 'content-type: application/json' \
--data '{
"entityID": "127",
Expand Down

0 comments on commit 595b698

Please sign in to comment.