Skip to content

Commit 024a690

Browse files
authored
Merge pull request #1 from ciro-maciel/2025-08-19_iaas
refactor: migrate api and web components to new dashboard and inference services
2 parents b827bd9 + b656f76 commit 024a690

File tree

24 files changed

+40
-71
lines changed

24 files changed

+40
-71
lines changed

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ jobs:
2222
run: bun install
2323

2424
- name: Generate DB migrations
25-
run: bun --cwd api run db:generate
25+
run: bun --cwd inference run db:generate
2626

2727
- name: Run DB migrations
28-
run: bun --cwd api run db:migrate
28+
run: bun --cwd inference run db:migrate
2929

3030
- name: Train model
31-
run: bun --cwd api run train
31+
run: bun --cwd training run train
3232

3333
- name: Build web
34-
run: bun --cwd web run build
34+
run: bun --cwd dashboard run build
3535

3636
- name: Upload web artifact
3737
uses: actions/upload-artifact@v4
3838
with:
39-
name: web-dist
40-
path: web/dist
39+
name: dashboard-dist
40+
path: dashboard/dist
4141

4242
- name: Deploy (placeholder)
4343
if: ${{ secrets.FLY_API_TOKEN != '' }}
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "web",
2+
"name": "dashboard",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)