Skip to content

Commit

Permalink
chore: optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Jan 22, 2024
1 parent 04fa789 commit ec702f7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cloudflare-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
path: "./"

- name: Deploy to Cloudflare
uses: cloudflare/cloudflare-deploy-action@main
# run: ./cloudflare-deploy-action/cloudflare-deploy.sh ${{ github.repository }} ${{ github.event.repository.default_branch }} "static"
uses: ubiquity/cloudflare-deploy-action@main
# args: ${{ github.repository }} ${{ github.event.repository.default_branch }} "static"
with:
args: ${{ github.repository }} ${{ github.event.repository.default_branch }} "static"
# cloudflare_api_token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
repository: ${{ github.repository }}
production_branch: ${{ github.event.repository.default_branch }}
output_directory: "static"
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
Expand Down

0 comments on commit ec702f7

Please sign in to comment.