From 702542dd722d427ca7467ccf3d5b0fcc3973488a Mon Sep 17 00:00:00 2001
From: laraproto <laraproto@proton.me>
Date: Mon, 7 Apr 2025 14:11:55 +0300
Subject: [PATCH] remove all wrangler stuff

---
 .forgejo/workflows/wrangler.yml | 34 ---------------------------------
 1 file changed, 34 deletions(-)
 delete mode 100644 .forgejo/workflows/wrangler.yml

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