Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed Jun 19, 2024
0 parents commit 300034d
Show file tree
Hide file tree
Showing 15 changed files with 1,682 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CLOUDFLARE_API_TOKEN=test
22 changes: 22 additions & 0 deletions .github/workflows/cf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: cf workers

on:
workflow_dispatch:

push:
branches:
- master
paths-ignore:
- 'README.md'
- 'LICENSE.md'

jobs:
deploy:
runs-on: ubuntu-latest
environment: cf
steps:
- uses: actions/checkout@v4
- name: deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.env
/target
/node_modules
Loading

0 comments on commit 300034d

Please sign in to comment.