File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Build and Deploy to Azure Registry
4
4
5
5
on : push
6
6
env :
7
- AZURE_WEBAPP_NAME : " threatshield" # set this to your application's name
7
+ AZURE_WEBAPP_NAME : threatshield # set this to your application's name
8
8
9
9
jobs :
10
10
build-and-deploy-to-dev :
40
40
image : ${{ secrets.REGISTRY_LOGIN_SERVER }}/threatshield:${{ github.sha }}
41
41
location : ${{ secrets.CONTAINER_INSTANCES_LOCATION }}
42
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 }}
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 }}
You can’t perform that action at this time.
0 commit comments