Mercurial
diff mrjunejune/deploy.sh @ 260:1f9877b637e9
Add Copilot-powered cyberpunk JRPG chat
Integrate the production JRPG chat with Seobeo streaming, Deita persistence, and a Bazel-managed Copilot SDK and LiteLLM inference stack.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <mrjunejune@users.noreply.github.com> |
|---|---|
| date | Wed, 05 Aug 2026 09:19:41 -0700 |
| parents | 58d9b64d8dca |
| children | efaf4c63cc94 |
line wrap: on
line diff
--- a/mrjunejune/deploy.sh Wed Aug 05 09:19:41 2026 -0700 +++ b/mrjunejune/deploy.sh Wed Aug 05 09:19:41 2026 -0700 @@ -4,6 +4,16 @@ # Create sudo mkdir -p /opt/mrjunejune_server sudo cp -a bazel-bin/mrjunejune/mrjunejune_server_bundle /opt/mrjunejune_server_bundle_new +sudo mv \ + /opt/mrjunejune_server_bundle_new/mrjunejune_server \ + /opt/mrjunejune_server_bundle_new/mrjunejune_server_binary +sudo cp \ + /opt/mrjunejune_server_bundle_new/mrjunejune/production_entrypoint.sh \ + /opt/mrjunejune_server_bundle_new/mrjunejune_server +sudo chmod +x \ + /opt/mrjunejune_server_bundle_new/mrjunejune_server \ + /opt/mrjunejune_server_bundle_new/mrjunejune/inference_stack.sh \ + /opt/mrjunejune_server_bundle_new/mrjunejune/inference_sidecar_launcher.sh sudo chown -R mrjunejune_server:zenbu_team /opt/mrjunejune_server_bundle_new # sqlite3 db sudo mkdir -p /opt/data/mrjunejune/