Skip to content

Commit fcfd10e

Browse files
authored
Update deploy_azure.yml
1 parent b911933 commit fcfd10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/deploy_azure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
registry-login-server: ${{ secrets.REGISTRY_LOGIN_SERVER }}
3636
registry-username: ${{ secrets.REGISTRY_USERNAME }}
3737
registry-password: ${{ secrets.REGISTRY_PASSWORD }}
38-
name: ${{ env.AZURE_WEBAPP_NAME }}
38+
name: ${{ env.AZURE_WEBAPP_NAME }}-vnintegrated
3939
ip-address: "Private"
4040
image: ${{ secrets.REGISTRY_LOGIN_SERVER }}/threatshield:${{ github.sha }}
4141
location: ${{ secrets.CONTAINER_INSTANCES_LOCATION }}

0 commit comments

Comments
 (0)