Skip to content

Commit

Permalink
Ayo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 29, 2023
1 parent 69cd773 commit 65cfb93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ jobs:
name: Deploy
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
workingDirectory: apps/updater
packageManager: pnpm

0 comments on commit 65cfb93

Please sign in to comment.