Skip to content

Commit

Permalink
Updated from "Publich" to "Deploy"
Browse files Browse the repository at this point in the history
  • Loading branch information
arnonrdp committed Aug 3, 2023
1 parent 8079750 commit 869991e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to Cloudflare Workers
name: Deploy to Cloudflare

on:
push:
Expand All @@ -18,9 +18,9 @@ jobs:

- name: Install dependencies
run: npm install
- name: Publish
- name: Deploy
uses: cloudflare/wrangler-action@2.0.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages publish --project-name=sparkling-paper-3924
command: pages deploy --project-name=sparkling-paper-3924

0 comments on commit 869991e

Please sign in to comment.