{"id":24987526,"url":"https://github.com/nana4rider/deploy-webhook","last_synced_at":"2026-05-30T18:31:08.294Z","repository":{"id":271177833,"uuid":"912618043","full_name":"nana4rider/deploy-webhook","owner":"nana4rider","description":"デプロイスクリプトを実行するためのAPI","archived":false,"fork":false,"pushed_at":"2026-02-21T03:55:48.000Z","size":751,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-21T09:44:49.982Z","etag":null,"topics":["deploy-tool","webhook"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nana4rider.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-06T03:32:02.000Z","updated_at":"2026-02-21T03:54:46.000Z","dependencies_parsed_at":"2025-01-20T23:22:07.597Z","dependency_job_id":"37acfad6-052e-4931-af1c-6ad4fdb8f01c","html_url":"https://github.com/nana4rider/deploy-webhook","commit_stats":null,"previous_names":["nana4rider/deploy-webhook"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/nana4rider/deploy-webhook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nana4rider%2Fdeploy-webhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nana4rider%2Fdeploy-webhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nana4rider%2Fdeploy-webhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nana4rider%2Fdeploy-webhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nana4rider","download_url":"https://codeload.github.com/nana4rider/deploy-webhook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nana4rider%2Fdeploy-webhook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33705207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deploy-tool","webhook"],"created_at":"2025-02-04T11:48:03.046Z","updated_at":"2026-05-30T18:31:08.290Z","avatar_url":"https://github.com/nana4rider.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deploy Webhook\n\n[![License: ISC](https://img.shields.io/github/license/nana4rider/deploy-webhook)](LICENSE)\n![GitHub Actions Test](https://github.com/nana4rider/deploy-webhook/actions/workflows/test.yml/badge.svg)\n![GitHub Actions Release](https://github.com/nana4rider/deploy-webhook/actions/workflows/release.yml/badge.svg)\n\n## 概要\n\n[GitHub Actions](https://docs.github.com/ja/actions)からデプロイスクリプトを実行するためのAPIです。\n\n## 使い方\n\n### Native\n\n```sh\nnpm install\nnpm run build\nnode --env-file=.env dist/index\n```\n\n### Docker\n\n```sh\ndocker run -d \\\n  --name deploy-webhook \\\n  --env-file .env \\\n  -p 3000:3000 \\\n  -v ./deploy.sh:/app/deploy.sh\n  --restart always \\\n  ghcr.io/nana4rider/deploy-webhook:latest\n```\n\n\u003e [!TIP]\n\u003e 必要な環境変数については[こちら](src/env.ts)をご確認ください。\n\n### GitHub Actions側の実装\n\n```sh\nTIMESTAMP=$(date +%s)\nSIGNATURE=$(echo -n \"$TIMESTAMP\" | openssl dgst -sha256 -hmac \"$WEBHOOK_SECRET\" | awk '{print $2}')\ncurl -f -X POST \"https://deploy-webhook/webhook\" \\\n      -H \"X-Signature: $SIGNATURE\" \\\n      -H \"X-Timestamp: $TIMESTAMP\"\n```\n\n## ドキュメント\n\n- [API Document](https://nana4rider.github.io/openapi-ui/?deploy-webhook)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnana4rider%2Fdeploy-webhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnana4rider%2Fdeploy-webhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnana4rider%2Fdeploy-webhook/lists"}