File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments