Skip to content

Commit

Permalink
Remove deploy working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbryant committed Feb 24, 2024
1 parent c756eec commit 5dd1cec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ jobs:
dotnet-version: 8.0.x

- name: Restore tools
working-directory: ./update
run: dotnet tool restore

- name: Test
working-directory: ./update
run: dotnet run devopstests

- name: Build
Expand All @@ -35,5 +33,4 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Deploy
working-directory: ./update
run: dotnet run azure

0 comments on commit 5dd1cec

Please sign in to comment.