Skip to content

Commit

Permalink
Fixed url of server api
Browse files Browse the repository at this point in the history
  • Loading branch information
nenad0707 committed Jun 4, 2024
1 parent 9ede840 commit d076246
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: "8.0.x" # Ili verzija koju koristite
dotnet-version: "8.0.x"
- name: Restore dependencies
run: dotnet restore ./TaskTackler
env:
ApiUrl: ${{ secrets.API_URL }}
- name: Build
run: dotnet build --configuration Release --no-restore ./TaskTackler
env:
ApiUrl: ${{ secrets.API_URL }}
- name: Deploy
uses: Azure/static-web-apps-deploy@v1
with:
Expand Down

0 comments on commit d076246

Please sign in to comment.