rwadurian/backend/services/planting-service
Developer 0a0b7eb886 feat(services): add individual deploy scripts for each service
Add deploy.sh script to each service directory for independent
deployment and management:
- identity-service, wallet-service, backup-service
- planting-service, referral-service, reward-service
- mpc-service, leaderboard-service, reporting-service
- authorization-service

Each script supports:
- build / build-no-cache
- start / stop / restart
- logs / logs-tail
- status / health
- migrate / shell

Also updated main deploy.sh with build-no-cache command.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 03:36:50 -08:00
..
.claude . 2025-11-30 19:04:47 -08:00
docs feat(planting-service): Implement complete planting service with DDD architecture 2025-11-30 18:55:50 -08:00
prisma feat(planting-service): Implement complete planting service with DDD architecture 2025-11-30 18:55:50 -08:00
src feat(planting-service): Implement complete planting service with DDD architecture 2025-11-30 18:55:50 -08:00
test feat(planting-service): Implement complete planting service with DDD architecture 2025-11-30 18:55:50 -08:00
.env.development feat(planting-service): Implement complete planting service with DDD architecture 2025-11-30 18:55:50 -08:00
.env.example feat(planting-service): Implement complete planting service with DDD architecture 2025-11-30 18:55:50 -08:00
.gitignore feat(planting-service): Implement complete planting service with DDD architecture 2025-11-30 18:55:50 -08:00
DEVELOPMENT_GUIDE.md . 2025-11-30 17:35:08 -08:00
Dockerfile fix(services): add DATABASE_URL for Prisma generate in Dockerfiles 2025-12-02 02:54:31 -08:00
Dockerfile.test feat(planting-service): Implement complete planting service with DDD architecture 2025-11-30 18:55:50 -08:00
Makefile feat(planting-service): Implement complete planting service with DDD architecture 2025-11-30 18:55:50 -08:00
deploy.sh feat(services): add individual deploy scripts for each service 2025-12-02 03:36:50 -08:00
docker-compose.test.yml feat(planting-service): Implement complete planting service with DDD architecture 2025-11-30 18:55:50 -08:00
nest-cli.json feat(planting-service): Implement complete planting service with DDD architecture 2025-11-30 18:55:50 -08:00
package-lock.json feat(planting-service): Implement complete planting service with DDD architecture 2025-11-30 18:55:50 -08:00
package.json feat(planting-service): Implement complete planting service with DDD architecture 2025-11-30 18:55:50 -08:00
tsconfig.build.json feat(planting-service): Implement complete planting service with DDD architecture 2025-11-30 18:55:50 -08:00
tsconfig.json feat(planting-service): Implement complete planting service with DDD architecture 2025-11-30 18:55:50 -08:00