Skip to content

Commit

Permalink
ci: fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Aug 5, 2024
1 parent 9eabb32 commit c8d6430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy ./dist --project-name=rustmap
command: deploy ./dist --project-name=rustmap
# secrets: |
# YOUR_SECRET
# YOUR_OTHER_SECRET
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy ./dist --project-name=rustmap --branch "${{ env.BRANCH_NAME }}"
command: deploy ./dist --project-name=rustmap --branch "${{ env.BRANCH_NAME }}"

- name: Extract hash from CF url Deploy
run: |
Expand Down

0 comments on commit c8d6430

Please sign in to comment.