Skip to content

Commit 419663d

Browse files
author
Nico Rittinghaus
committed
tried custom workflow
1 parent df53fa5 commit 419663d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/deploy_azure.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/threatshield:${{ github.sha }}
2828
2929
- name: "Deploy to Azure Container Instances"
30-
uses: "azure/aci-deploy@v1"
30+
uses: "nirit100/aci-deploy@implement-subnet-ids"
3131
with:
3232
cpu: 1
3333
memory: 1
@@ -41,3 +41,4 @@ jobs:
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 }}
44+
subnet-ids: ${{ secrets.AZURE_SUBNET_ID }}

0 commit comments

Comments
 (0)