this repo has no description
0
fork

Configure Feed

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

ops: fix deployment pipeline

frontend deployment was failing because of npm

Clément 52d94b97 de828031

+3
+1
.github/workflows/backend.yml
··· 70 70 apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} 71 71 workingDirectory: backend 72 72 wranglerVersion: 4.62.0 73 + environment: ""
+2
.github/workflows/frontend.yml
··· 78 78 apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} 79 79 workingDirectory: frontend 80 80 wranglerVersion: 4.62.0 81 + packageManager: pnpm 82 + environment: ""