Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aigem authored Sep 11, 2024
1 parent f5942f1 commit 08c5711
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,7 @@ jobs:
- name: Install dependencies
run: npm install

- name: Create wrangler.toml
run: |
echo "name = \"CF-r2-webdav\"" > wrangler.toml
echo "main = \"src/index.ts\"" >> wrangler.toml
echo "compatibility_date = \"2023-01-01\"" >> wrangler.toml
echo "" >> wrangler.toml
echo "[vars]" >> wrangler.toml
echo "" >> wrangler.toml
echo "[[r2_buckets]]" >> wrangler.toml
echo "binding = \"BUCKET\"" >> wrangler.toml

- name: Publish to Cloudflare Workers
uses: cloudflare/[email protected]
with:
Expand Down

0 comments on commit 08c5711

Please sign in to comment.