chore: remove stale Supabase Edge Function deploy reference

This commit is contained in:
posimai 2026-04-06 16:54:01 +09:00
parent 3cd8ebd0b6
commit d65ccba724
2 changed files with 0 additions and 6 deletions

View File

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

View File

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