Skip to content

Commit 5cb83cc

Browse files
committed
update model
1 parent 9c34508 commit 5cb83cc

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ jobs:
100100
run: uv run alembic upgrade head --sql > /tmp/alembic_upgrade.sql
101101

102102
- name: Docker build (production image sanity check)
103-
run: docker build -t ataxx-zero:ci .
103+
run: docker build --target runtime -t ataxx-zero:ci .

.github/workflows/deploy-railway-app.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ jobs:
5050
- name: Install Railway CLI
5151
run: npm install -g @railway/cli
5252

53-
- name: Validate Railway auth token
54-
run: railway whoami --json
55-
5653
- name: Deploy to Railway (CI mode)
5754
run: |
5855
railway up \

0 commit comments

Comments
 (0)