Skip to content

Commit 2909ee7

Browse files
committed
Configure GH deployments
1 parent 052205a commit 2909ee7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ jobs:
3434
githubToken: ${{ secrets.GITHUB_TOKEN }}
3535
projectName: "diffs"
3636
directory: ${{ steps.preview-build-artifact.outputs.download-path }}
37+
deploymentName: Preview

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
githubToken: ${{ secrets.GITHUB_TOKEN }}
2626
projectName: "diffs"
2727
directory: "web/.svelte-kit/cloudflare"
28+
deploymentName: Production
2829
env:
2930
VITE_GITHUB_CLIENT_ID: ${{ secrets.VITE_GITHUB_CLIENT_ID }}
3031
VITE_GITHUB_CLIENT_SECRET: ${{ secrets.VITE_GITHUB_CLIENT_SECRET }}

0 commit comments

Comments
 (0)