Skip to content

Commit c8d6430

Browse files
committed
ci: fix deploy
1 parent 9eabb32 commit c8d6430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4141
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
42-
command: pages deploy ./dist --project-name=rustmap
42+
command: deploy ./dist --project-name=rustmap
4343
# secrets: |
4444
# YOUR_SECRET
4545
# YOUR_OTHER_SECRET

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
7373
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
74-
command: pages deploy ./dist --project-name=rustmap --branch "${{ env.BRANCH_NAME }}"
74+
command: deploy ./dist --project-name=rustmap --branch "${{ env.BRANCH_NAME }}"
7575

7676
- name: Extract hash from CF url Deploy
7777
run: |

0 commit comments

Comments
 (0)