Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/yllhwa/RSSWorker
Browse files Browse the repository at this point in the history
  • Loading branch information
yllhwa committed Dec 28, 2023
2 parents 3441053 + cf1f044 commit 464d9e9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy Worker
on:
workflow_dispatch:
repository_dispatch:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 60
name: Deploy
steps:
- uses: actions/checkout@v2
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}

0 comments on commit 464d9e9

Please sign in to comment.