Skip to content

Commit

Permalink
fix: sed path
Browse files Browse the repository at this point in the history
  • Loading branch information
cguckes committed Dec 8, 2023
1 parent 4f7d1b2 commit 608fcc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ jobs:
AZURE_AUDIENCE: ${{ secrets.AZURE_AUDIENCE }}
AZURE_INSTANCE: ${{ env.AZURE_INSTANCE }}
run: |
cd build/app/
sed -i "s/#AZURE_CLIENT_ID#/$AZURE_CLIENT_ID/g" ./build/app/appsettings.Production.json
sed -i "s/#AZURE_TENANT_ID#/$AZURE_TENANT_ID/g" ./build/app/appsettings.Production.json
sed -i "s/#AZURE_AUDIENCE#/$AZURE_AUDIENCE/g" ./build/app/appsettings.Production.json
Expand Down

0 comments on commit 608fcc0

Please sign in to comment.