From 1f7630d984e1d1d379479f4f243c159a57fba790 Mon Sep 17 00:00:00 2001 From: platane Date: Thu, 20 Feb 2025 23:48:16 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20cloudflare=20deploy=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e354c01..73f281f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,3 +108,9 @@ jobs: - uses: actions/deploy-pages@v4 if: success() && github.ref == 'refs/heads/main' + + - run: bunx wrangler deploy + if: success() && github.ref == 'refs/heads/main' + working-directory: packages/github-user-contribution-service + env: + CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}