Add K8s app deployment, Dockerfile, and CI workflow (Option A)
ci / markdown (push) Waiting to run

This commit is contained in:
Story Crater Bot
2026-08-23 00:01:30 -07:00
parent 906c6c32a4
commit a0ebc1183c
8 changed files with 272 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
# Build artifacts
target/
*.rs.bk
# Version control
.git/
.gitignore
# IDE
.idea/
.vscode/
*.swp
# CI
.github/
.forgejo/
# Documentation
*.md
!README.md
# Tests (keep for build cache, exclude from runtime)
tests/
fixtures/
# Logs
log/
*.log