Skip to content

Commit e3d60dd

Browse files
committed
Remove links to old demo (fixes #308)
1 parent d55c1e8 commit e3d60dd

File tree

4 files changed

+4
-46
lines changed

4 files changed

+4
-46
lines changed

.github/workflows/image.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,3 @@ jobs:
4040
--tag dmstraub/gramps-webapi:${{ github.event.release.tag_name }} \
4141
--tag dmstraub/gramps-webapi:latest \
4242
--platform linux/amd64,linux/arm/v7,linux/arm64 .
43-
44-
deploy:
45-
needs: build
46-
runs-on: ubuntu-latest
47-
steps:
48-
- uses: actions/checkout@v2
49-
- uses: akhileshns/[email protected]
50-
with:
51-
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
52-
heroku_app_name: gramps-webapi-demo
53-
heroku_email: ${{secrets.HEROKU_EMAIL}}
54-
usedocker: true
55-
appdir: demo

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ The documentation of the current state of the API can be browsed with Swagger:
1010

1111
The project is still under development, so API changes should be expected.
1212

13-
## Demo Server
14-
15-
A demo server is available at https://gramps-webapi-demo.herokuapp.com/api/metadata
16-
1713
## Documentation
1814

1915
The project's documentation is hosted at https://gramps-project.github.io/web/.
16+
17+
## Demo Server
18+
19+
See the documentation site for a link to the demo server.

demo/Dockerfile

Lines changed: 0 additions & 20 deletions
This file was deleted.

demo/config.cfg

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)