Skip to content

Commit

Permalink
going to make my own action i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
esmaxwill committed May 20, 2024
1 parent 50d9d69 commit 7e4787d
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4.0.0

- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3.5.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
packageManager: pnpm
preCommands: "turbo build"
command: "pnpm -r deploy"
- name: Build packages
run: turbo build

# - name: Build & Deploy Worker
# uses: cloudflare/wrangler-action@v3.5.0
# with:
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
# accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
# packageManager: pnpm
# preCommands: "turbo build"
# command: "pnpm -r deploy"

0 comments on commit 7e4787d

Please sign in to comment.