Skip to content

Commit a99496c

Browse files
committed
test: hardcode environment
1 parent 3efe26b commit a99496c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/az_fnapp_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
az-fnapp-deploy:
88
name: "Azure: Build & Deploy Function App"
99
runs-on: ubuntu-latest
10-
environment: ${{ github.event.pull_request.base.ref }}
10+
environment: dev
1111
env:
1212
AZURE_FUNCTIONAPP_NAME: ${{ vars.AZURE_FUNCTIONAPP_NAME }}
1313
AZURE_FUNCTIONAPP_PACKAGE_PATH: ${{ vars.AZURE_FUNCTIONAPP_PACKAGE_PATH }}

0 commit comments

Comments
 (0)