Skip to content

Commit

Permalink
Merge pull request #2 from 14f3v/14f3v-patch-1
Browse files Browse the repository at this point in the history
Create main.yml
  • Loading branch information
14f3v authored Jul 15, 2024
2 parents 8917fbb + 2868a97 commit 40e0f93
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 comments on commit 40e0f93

Please sign in to comment.