Skip to content

Commit

Permalink
fix: cd
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Jan 22, 2024
1 parent 9b9f44a commit 6a88e51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cloudflare-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
repository: ${{ github.repository }}
path: "./"


- name: Deploy to Cloudflare
uses: ubiquity/cloudflare-deploy-action@main
with:
Expand All @@ -30,4 +29,4 @@ jobs:
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}

0 comments on commit 6a88e51

Please sign in to comment.