We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df53fa5 commit 419663dCopy full SHA for 419663d
.github/workflows/deploy_azure.yml
@@ -27,7 +27,7 @@ jobs:
27
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/threatshield:${{ github.sha }}
28
29
- name: "Deploy to Azure Container Instances"
30
- uses: "azure/aci-deploy@v1"
+ uses: "nirit100/aci-deploy@implement-subnet-ids"
31
with:
32
cpu: 1
33
memory: 1
@@ -41,3 +41,4 @@ jobs:
41
location: ${{ secrets.CONTAINER_INSTANCES_LOCATION }}
42
environment-variables: PHX_SERVER=true
43
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