From 07fe1c5313324915d09c2fb8e7f4b7417a7eed23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Thu, 18 Jan 2024 21:33:28 +0900 Subject: [PATCH] feat: use default branch as production not sure if best idea but will change if necessary --- .github/workflows/cloudflare-deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cloudflare-deploy.yml b/.github/workflows/cloudflare-deploy.yml index 209eddd8..0b832e24 100644 --- a/.github/workflows/cloudflare-deploy.yml +++ b/.github/workflows/cloudflare-deploy.yml @@ -18,8 +18,6 @@ jobs: uses: ubiquity/cloudflare-deploy-action@main with: cloudflare_api_token: ${{ secrets.CLOUDFLARE_API_TOKEN }} - supabase_url: ${{ secrets.SUPABASE_URL }} - supabase_key: ${{ secrets.SUPABASE_KEY }} repository: ${{ github.repository }} - production_branch: "development" + production_branch: ${{ github.event.repository.default_branch }} output_directory: "static"