Skip to content

Commit a76123e

Browse files
committed
github action fixes
1 parent 9cde77c commit a76123e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/api_cd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: ./.github/actions/pnpm_install
13-
- run: pnpm -F @hypr/api deploy
13+
- run: pnpm -F @hypr/api run build
14+
- run: pnpm -F @hypr/api run deploy
1415
env:
1516
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
1617
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/web_cd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: ./.github/actions/pnpm_install
13-
- run: pnpm -F @hypr/web deploy
13+
- run: pnpm -F @hypr/web run build
14+
- run: pnpm -F @hypr/web run deploy
1415
env:
1516
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
1617
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)