Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Nov 11, 2024
1 parent cf6e4e4 commit 1b10a71
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,12 @@ jobs:
cmd: build:web

- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
id: deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: tonkeeper-web
directory: apps/web/dist
branch: main
wranglerVersion: '3'
command: pages deploy apps/web/dist --project-name=tonkeeper-web

extension-build:
name: extension-build
Expand Down

0 comments on commit 1b10a71

Please sign in to comment.