Shelley
|
c09695d4e2
|
feat: add micro build and micro deploy commands
Run Tests / Unit Tests (push) Has been cancelled
Run Tests / Etcd Integration Tests (push) Has been cancelled
micro build:
- Generates Dockerfiles for services (if not present)
- Builds container images for all services in micro.mu
- Supports --tag, --registry, --push flags
- --compose flag generates docker-compose.yml
micro deploy:
- Default: deploys with docker-compose
- --ssh user@host: deploys via SSH (rsync + build on remote)
- --build: rebuild images before deploying
Complete workflow:
micro run # Develop locally
micro build # Build images
micro deploy # Deploy
Or for simple SSH deploys:
micro deploy --ssh user@host
Co-authored-by: Shelley <shelley@exe.dev>
|
2026-01-27 12:39:43 +00:00 |
|