Fix migration workflow: upload as artifact instead of scp to practice EC2
This commit is contained in:
+12
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user