Skip to content

Commit

Permalink
chore: Direct deploy pipeline edit
Browse files Browse the repository at this point in the history
  • Loading branch information
StraykerPL committed Jun 23, 2024
1 parent e8b11b4 commit be1a60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: dotnet restore ${{ env.BACKEND_PATH }}

- name: Build app 🚀
run: dotnet publish ${{ env.BACKEND_PATH }} --no-restore -o ${{ env.BACKEND_PUBLISH_PATH }}
run: dotnet publish ${{ env.BACKEND_PATH }} --no-restore -o dist

- name: Copy Web Backend via SCP
uses: appleboy/scp-action@master
Expand Down

0 comments on commit be1a60b

Please sign in to comment.