Skip to content

Commit

Permalink
clean up and format yml in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mskian committed Sep 12, 2023
1 parent 87d680f commit b026ec0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
run: |
npm install wrangler -g
wrangler pages deploy public --branch production --project-name=quotesmaker --commit-dirty=true
env:
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
#uses: cloudflare/[email protected]
#with:
# apiToken: ${{ secrets.CF_API_TOKEN }}
# accountId: ${{ secrets.CF_ACCOUNT_ID }}
# command: pages deploy public --branch production --project-name=quotesmaker --commit-dirty=true

0 comments on commit b026ec0

Please sign in to comment.