ci: switch from GitLab CI to Gitea Actions, fix Dockerfile.backend
- Replace .gitlab-ci.yml with .gitea/workflows/deploy.yml - Fix Dockerfile.backend: add scan_processor.py and searcher_v3.py to COPY command (they were missing, would cause runtime ImportError) - Update docker-compose.yml comment to reference Gitea workflow Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: flight-radar # pins the project name — must match COMPOSE_PROJECT in .gitlab-ci.yml
|
||||
name: flight-radar # pins the project name — must match COMPOSE_PROJECT in .gitea/workflows/deploy.yml
|
||||
|
||||
services:
|
||||
backend:
|
||||
|
||||
Reference in New Issue
Block a user