We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de73d6 commit d620b05Copy full SHA for d620b05
1 file changed
.github/workflows/deploy.yml
@@ -1,10 +1,11 @@
1
-name: Deploy Broker
+name: Deploy Portal
2
3
on:
4
push:
5
branches: [main]
6
paths:
7
- 'src/**'
8
+ - 'public/**'
9
- 'package.json'
10
- 'vite.config.ts'
11
- 'tsconfig.json'
@@ -31,7 +32,7 @@ jobs:
31
32
- name: Install dependencies
33
run: npm ci
34
- - name: Build broker
35
+ - name: Build portal
36
run: npm run build
37
38
- name: Download existing frontend builds
0 commit comments