Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
fix names
  • Loading branch information
pablorivassanchez authored Oct 8, 2024
1 parent 6db2277 commit 722e01e
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
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Deploy to Cloudflare Pages
uses: cloudflare/pages-action@v1
with:
api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }} # Your Cloudflare API token
account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} # Your Cloudflare account ID
project-name: 'stock-option-manager' # Replace with your project name
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} # Your Cloudflare API token
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} # Your Cloudflare account ID
projectName: 'stock-option-manager' # Replace with your project name
directory: './' # Path to your static files
branch: main

0 comments on commit 722e01e

Please # to comment.