Skip to content

Commit 030d8ba

Browse files
Update build_pipeline.yml
1 parent 884c60f commit 030d8ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
build-test-deploy:
1515
needs: run-tests
1616
runs-on: ubuntu-latest
17+
environment: Preview
1718
steps:
1819
- uses: actions/checkout@v4
1920

@@ -35,7 +36,6 @@ jobs:
3536
publish-dir: './release/wwwroot'
3637
production-deploy: true
3738
fails-without-credentials: true
38-
github-deployment-environment: Preview
3939
env:
4040
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
4141
NETLIFY_SITE_ID: ${{ vars.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)