Skip to content

Commit

Permalink
ci: fix deploy actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Jun 4, 2024
1 parent 0dce5f4 commit 98470f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ jobs:
apiToken: ${{ secrets.CF_API_TOKEN }}
preCommands: yarn build
command: publish
env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ jobs:
apiToken: ${{ secrets.CF_API_TOKEN }}
preCommands: yarn build
command: publish --env ${{ github.event.inputs.environment }}
env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 comments on commit 98470f2

Please sign in to comment.