Skip to content

Commit 0bd423f

Browse files
committed
build everything
1 parent 66f60bc commit 0bd423f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
run: volta install pnpm
2020
- name: Install deps
2121
run: pnpm install
22+
- name: Build everything
23+
run: pnpm run build
2224

2325
- name: Verify cloudflare token
2426
run: |
@@ -48,21 +50,13 @@ jobs:
4850
workingDirectory: ./services
4951
command: deploy -c ./src/admin-api/wrangler.toml
5052

51-
- name: Build Public App
52-
run: pnpm run build
53-
working-directory: ./app
54-
5553
- name: Deploy Public App
5654
uses: cloudflare/wrangler-action@v3
5755
with:
5856
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
5957
packageManager: pnpm
6058
workingDirectory: ./app
6159
command: pages deploy dist --project-name=alef-app
62-
63-
- name: Build Admin App
64-
run: pnpm run build
65-
working-directory: ./admin
6660
- name: Deploy Admin App
6761
uses: cloudflare/wrangler-action@v3
6862
with:

0 commit comments

Comments
 (0)