Fix migration workflow: upload as artifact instead of scp to practice EC2

This commit is contained in:
2026-08-13 11:14:25 +07:00
parent 7ebbe1f309
commit a4819b8653
51 changed files with 6830 additions and 8 deletions
+12
View File
@@ -40,6 +40,18 @@ ingestion/data/processed/*
*.tfstate.*
*.tfvars
# Agent session scratch — background-server logs and UI screenshots written to
# the repo root and to apps/ai-service/ during development sessions. Never
# imported by production code; safe to delete at any time.
.codex-*.log
.codex-*.png
.codex-*.stdout.log
.codex-*.stderr.log
.codex-memory.local.md
.codex/
tmp/
output/
# OS / editor
.DS_Store
Thumbs.db