Skip to content

Commit 32d3fc0

Browse files
committed
chore(ci): fix proj name
1 parent 00e860d commit 32d3fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-preview.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3333
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
3434
githubToken: ${{ secrets.GITHUB_TOKEN }}
35-
projectName: YOUR_PROJECT_NAME
36-
deploymentName: Preview
35+
projectName: quartz
36+
deploymentName: Branch Preview
3737
directory: ${{ steps.preview-build-artifact.outputs.download-path }}

0 commit comments

Comments
 (0)