chore: remove stale Supabase Edge Function deploy reference
This commit is contained in:
parent
3cd8ebd0b6
commit
d65ccba724
|
|
@ -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 だけでは反映されない)
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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 だけでは反映されない)
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue