diff --git a/AGENTS.md b/AGENTS.md index 9d8cadfe..7c782b82 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -28,9 +28,6 @@ git add . && git commit -m "feat/fix/chore: ..." && npm run deploy # VPS バックエンド(server.js 変更時) bash deploy-server.sh -# Supabase Edge Function(posimai-together/supabase/functions/ 変更時) -bash deploy-edge.sh # ~/.supabase-token からトークン読込 - # Ubuntu PC サービス(posimai-dev/ 変更時) npm run deploy:dev # git push + scp + systemctl restart(git push だけでは反映されない) ``` diff --git a/CLAUDE.md b/CLAUDE.md index 9d8cadfe..7c782b82 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -28,9 +28,6 @@ git add . && git commit -m "feat/fix/chore: ..." && npm run deploy # VPS バックエンド(server.js 変更時) bash deploy-server.sh -# Supabase Edge Function(posimai-together/supabase/functions/ 変更時) -bash deploy-edge.sh # ~/.supabase-token からトークン読込 - # Ubuntu PC サービス(posimai-dev/ 変更時) npm run deploy:dev # git push + scp + systemctl restart(git push だけでは反映されない) ```