Skip to content

Commit 884c60f

Browse files
Update build_pipeline.yml
1 parent 6bc1172 commit 884c60f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
publish-dir: './release/wwwroot'
3636
production-deploy: true
3737
fails-without-credentials: true
38+
github-deployment-environment: Preview
3839
env:
3940
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
40-
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
41+
NETLIFY_SITE_ID: ${{ vars.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)