File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
1818 CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
1919 CSSQUAKE_R2_BUCKET : ${{ vars.CSSQUAKE_R2_BUCKET || secrets.CSSQUAKE_R2_BUCKET || 'cssquake-assets' }}
20+ PARTYKIT_LOGIN : ${{ vars.PARTYKIT_LOGIN || secrets.PARTYKIT_LOGIN }}
21+ PARTYKIT_TEAM : ${{ vars.PARTYKIT_TEAM || secrets.PARTYKIT_TEAM }}
22+ PARTYKIT_TOKEN : ${{ secrets.PARTYKIT_TOKEN }}
2023 QUAKE_RENDER_BUNDLE_AVIF_EFFORT : " 0"
2124 QUAKE_SHAREWARE_URL : ${{ secrets.QUAKE_SHAREWARE_URL }}
2225 VITE_CSSQUAKE_PARTY_HOST : ${{ vars.VITE_CSSQUAKE_PARTY_HOST }}
4346 test -n "$CLOUDFLARE_ACCOUNT_ID"
4447 test -n "$CLOUDFLARE_API_TOKEN"
4548 test -n "$CSSQUAKE_R2_BUCKET"
49+ test -n "$PARTYKIT_LOGIN"
50+ test -n "$PARTYKIT_TOKEN"
4651 test -n "$VITE_CSSQUAKE_PARTY_HOST"
4752 test -n "$VITE_QUAKE_ASSET_ROOT"
4853
7075 - name : Build prebuilt site
7176 run : pnpm build
7277
78+ - name : Publish PartyKit worker
79+ run : pnpm exec partykit deploy
80+
7381 - name : Publish prebuilt site
7482 run : |
7583 pnpm --package=netlify-cli@latest dlx netlify deploy \
You can’t perform that action at this time.
0 commit comments