Skip to content

Commit

Permalink
moving to my org
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Sep 8, 2024
1 parent 8800ab0 commit 1e5073a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@
name: Build
on:
repository_dispatch:
push:
pull_request:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout the branch
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
uses: meta-introspector/action-setup@v3.0.0
with:
version: latest
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
uses: meta-introspector/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}

0 comments on commit 1e5073a

Please sign in to comment.