Skip to content

Commit

Permalink
feat: use default branch as production
Browse files Browse the repository at this point in the history
not sure if best idea but will change if necessary
  • Loading branch information
0x4007 committed Jan 18, 2024
1 parent 2540a0e commit 07fe1c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cloudflare-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 07fe1c5

Please sign in to comment.