Skip to content

Commit

Permalink
fix: cloudflare deploy ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Jan 18, 2024
1 parent 130d194 commit 2540a0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cloudflare-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ 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"
output_directory: "static"
output_directory: "static"

0 comments on commit 2540a0e

Please sign in to comment.