Files
Shelley c09695d4e2
Run Tests / Unit Tests (push) Has been cancelled
Run Tests / Etcd Integration Tests (push) Has been cancelled
feat: add micro build and micro deploy commands
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
..
2025-11-13 20:46:20 +00:00
x
2025-11-13 20:37:54 +00:00
2025-05-21 13:48:03 +01:00
2025-11-13 19:21:27 +00:00
2025-05-21 11:17:04 +01:00
x
2025-11-13 20:48:01 +00:00
2025-05-21 11:17:04 +01:00
2025-05-21 11:17:04 +01:00
2025-11-13 20:46:20 +00:00
2025-05-21 11:22:11 +01:00

Website

The Go Micro website including docs