Skip to content

Commit

Permalink
Merge pull request #1 from DeployGate/jmatsu-patch-1
Browse files Browse the repository at this point in the history
README を更新して用途を明示
  • Loading branch information
jmatsu authored Oct 16, 2024
2 parents 53b45a1 + 78b53d7 commit 42c76e0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# DeployGate Mock Server

*This small server image is Only for testing*. Developer tools like gradle plugin send requests to this image from some test cases.
このリポジトリとイメージはテスト目的で作った Stub 用サーバーイメージです。一部を除き、処理やレスポンス形式は実際のものとは異なります。

開発ツールのテストで利用しているもので、Feature Request などは受け付けていませんのでご了承ください。

# Development

Expand All @@ -19,3 +21,9 @@ POST /api/users/:app_owner_name/apps

- `:app_owner_name` must start with `owner_`. Otherwise, 404 will be returned.
- `file` parameter is required and must be a file part. Otherwise, 400 will be returned.

# Release

- デフォルトブランチへのマージ、あるいは workflow_dispatch を使うと GitHub Packages にリリースされます
- [./.github/workflows/release.yml](./.github/workflows/release.yml)
- https://github.com/DeployGate/deploygate-mock-server/pkgs/container/deploygate-mock-server

0 comments on commit 42c76e0

Please sign in to comment.