Skip to content

Commit 6fe1dc9

Browse files
committed
github action fixes
1 parent df41bf4 commit 6fe1dc9

File tree

3 files changed

+2
-76
lines changed

3 files changed

+2
-76
lines changed

.github/workflows/admin_cd.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

.github/workflows/api_cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
timeout-minutes: 60
1010
steps:
1111
- uses: actions/checkout@v4
12+
- uses: ./.github/actions/pnpm_install
1213
- uses: cloudflare/wrangler-action@v3
1314
with:
1415
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
1516
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
16-
- uses: ./.github/actions/pnpm_install
1717
- run: pnpm -F @hypr/api deploy

.github/workflows/web_cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
timeout-minutes: 60
1010
steps:
1111
- uses: actions/checkout@v4
12+
- uses: ./.github/actions/pnpm_install
1213
- uses: cloudflare/wrangler-action@v3
1314
with:
1415
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
1516
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
16-
- uses: ./.github/actions/pnpm_install
1717
- run: pnpm -F @hypr/web deploy

0 commit comments

Comments
 (0)