Skip to content

Commit

Permalink
Updated ApiUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
nenad0707 committed Jun 4, 2024
1 parent 7aa92fc commit e023506
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
lfs: false
- name: Set up environment variables
run: echo "ApiUrl=${{ secrets.API_URL }}" >> $GITHUB_ENV
- name: Replace API URL in appsettings.json
run: |
jq '.ApiUrl = env.ApiUrl' TaskTackler/appsettings.json > TaskTackler/appsettings.tmp.json
mv TaskTackler/appsettings.tmp.json TaskTackler/appsettings.json
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand Down

0 comments on commit e023506

Please sign in to comment.