Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
umatare5 committed Apr 30, 2022
1 parent 2564c43 commit 730715c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,15 @@ After unarchived, start logbook-api easily with the following command.
| :-- | :----- | :-------------------------- | :----------------------------- | :----------------------- |
|| GET | /api/v1/divelogs | limit=number,<br>cursor=string | Get dive-logs |
|| GET | /api/v1/divelog/{divelogId} | divelogId=String | Get detail of a dive-log |

## Release

When push new tag, following Github Actions will works;

- [deploy.yml](.github/workflows/deploy.yml)

- Build new image and push to GCR. After that, the image will be deployed to Cloud Run.

- [release.yml](.github/workflows/release.yml)

- Release new command to Github Releases.

0 comments on commit 730715c

Please sign in to comment.