Preserve Cargo artifacts during deploy and install

This commit is contained in:
2026-09-11 12:41:39 -05:00
parent 5d2a0ea2de
commit ba56d83fc6
4 changed files with 50 additions and 61 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ This file provides guidance when working with code in this repository.
- `cargo bundle --bin warp` - Bundle the main app
- `make run` - Build and run `galaxy-oss`
- `make clean` - Remove Cargo build artifacts
- `make deploy` - Validate, update, clean, bundle, and upload Galaxy to Hermes
- `make install` - Validate, update, clean, bundle, and install Galaxy to `/Applications`
- `make deploy` - Validate, update, bundle incrementally, and upload Galaxy to Hermes
- `make install` - Validate, update, bundle incrementally, and install Galaxy to `/Applications`
### Running with local warp-server
To connect Warp client to a local warp-server instance: