Skip to content

Commit

Permalink
ci: migrate to cloudflare wrangler-action
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <rare-magma@posteo.eu>
  • Loading branch information
rare-magma committed Jun 23, 2024
1 parent 2fb7e12 commit 1aa79c5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ jobs:
- name: Build
run: pnpm build

- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
- name: Deploy to Cloudflare Pages
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: guitos
directory: build
branch: main
command: pages deploy build --project-name=guitos

0 comments on commit 1aa79c5

Please sign in to comment.