Commit Graph

5 Commits

Author SHA1 Message Date
c6dab3169e CHORE(deploy): simplify deployment using kubectl
- Use kubectl directly for deployment
- Remove unnecessary abstractions
2025-11-23 00:01:24 +09:00
045d2d4568 FEAT(app): add --yes flag for skip
- Add non-interactive mode for CI
- Skip confirmation dialogs
2025-11-22 23:58:18 +09:00
b39f27cd61 FIX(docker): fix Dockerfile paths
- Support both local and CI builds
- Fix path references
2025-11-22 23:50:18 +09:00
22ad3c1e31 FIX(docker): fix Docker build context and paths
- Correct build context configuration
- Fix file path references
2025-11-22 23:48:43 +09:00
3c10907a97 INIT(app): initial commit
- Initialize project structure
- Add base configuration
2025-11-22 23:44:51 +09:00