Skip to content

Decrease rollout percentage for PWA taskbar integration experiment on… #105

Decrease rollout percentage for PWA taskbar integration experiment on…

Decrease rollout percentage for PWA taskbar integration experiment on… #105

Workflow file for this run

on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy to Cloudflare Pages
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "22.x"
- name: Publish
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: |
pages deploy . --project-name=floorp-updates --branch=main