We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884c60f commit 030d8baCopy full SHA for 030d8ba
1 file changed
.github/workflows/build_pipeline.yml
@@ -14,6 +14,7 @@ jobs:
14
build-test-deploy:
15
needs: run-tests
16
runs-on: ubuntu-latest
17
+ environment: Preview
18
steps:
19
- uses: actions/checkout@v4
20
@@ -35,7 +36,6 @@ jobs:
35
36
publish-dir: './release/wwwroot'
37
production-deploy: true
38
fails-without-credentials: true
- github-deployment-environment: Preview
39
env:
40
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
41
NETLIFY_SITE_ID: ${{ vars.NETLIFY_SITE_ID }}
0 commit comments