diff --git a/.forgejo/workflows/wrangler.yml b/.forgejo/workflows/wrangler.yml deleted file mode 100644 index b6ca5cf..0000000 --- a/.forgejo/workflows/wrangler.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: Push to cloudflare pages - -on: - push - -jobs: - deploy: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Setup node - uses: actions/setup-node@v4 - with: - node-version: 'lts/*' - - - name: Setup pnpm - uses: pnpm/action-setup@v4 - - - name: Install dependencies - run: pnpm install - - - name: Build - run: pnpm build - - - name: Setup wrangler - uses: https://github.com/cloudflare/wrangler-action@v3 - with: - apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} - accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} - command: | - pages deploy \ No newline at end of file