https://pvzm.net/ to play [Read-only GitHub mirror] pvzm.net
modded vs pvz plants-vs-zombies plantsvszombies javascript online zombie noads jspvz pvzm game plants plant
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

i may be stupid

authored by

Clay and committed by
GitHub
b2e97deb f6930229

+2 -2
+2 -2
.github/workflows/staging.yml
··· 1 - name: Deploy Staging 1 + name: Deploy (Staging) 2 2 3 3 on: 4 4 push: ··· 86 86 wait 87 87 88 88 - name: Deploy to Cloudflare Pages 89 - run: wrangler pages deploy . --project-name=pvz-staging --commit-dirty=true 89 + run: wrangler pages deploy . --project-name=pvz-staging --commit-dirty=true --branch=production 90 90 env: 91 91 CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} 92 92 CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}