Skip to content

Commit b911933

Browse files
author
Nico Rittinghaus
committed
removed dns label
1 parent 240c252 commit b911933

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/deploy_azure.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ jobs:
3636
registry-username: ${{ secrets.REGISTRY_USERNAME }}
3737
registry-password: ${{ secrets.REGISTRY_PASSWORD }}
3838
name: ${{ env.AZURE_WEBAPP_NAME }}
39-
dns-name-label: threatshield-demo
39+
ip-address: "Private"
4040
image: ${{ secrets.REGISTRY_LOGIN_SERVER }}/threatshield:${{ github.sha }}
4141
location: ${{ secrets.CONTAINER_INSTANCES_LOCATION }}
4242
environment-variables: PHX_SERVER=true
4343
secure-environment-variables: DB_URL="${{ secrets.DB_URL }}" OPENAI_API_KEY="${{ secrets.OPENAI_API_KEY }}" OPENAI_ORG_KEY="${{ secrets.OPENAI_ORG_KEY }}" SECRET_KEY_BASE=${{ secrets.SECRET_KEY_BASE }}
4444
subnet-ids: ${{ secrets.AZURE_SUBNET_ID }}
45-
ip-address: "Private"

0 commit comments

Comments
 (0)