Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bman46 authored and willswire committed Jan 16, 2024
1 parent 455612d commit 94d2c7f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Deploy Worker
name: Deploy

on:
push:
pull_request:
repository_dispatch:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 60
needs: test
name: Deploy
steps:
- uses: actions/checkout@v2
- name: Build & Deploy Worker
- uses: actions/checkout@v3
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 comments on commit 94d2c7f

Please sign in to comment.