Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanbrudiu authored Jul 27, 2024
1 parent 1e3329c commit a1505a1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,12 @@ jobs:
run: dotnet test --no-build --verbosity normal
- name: Publish
run: dotnet publish HamEvent/HamEvent.csproj --configuration Release --framework net7.0 --output ./publish --runtime win-x64 --self-contained true -p:PublishTrimmed=false -p:PublishSingleFile=false
- name: Debug
run: |
echo "::group::Debug"
echo "::ComputerName-${{ secrets.SERVER_COMPUTER_NAME }}"
echo "::WebsiteName-${{ secrets.WEBSITE_NAME }}"
echo "::endgroup::"
- name: Deploy
uses: rasmusbuchholdt/[email protected]
with:
website-name: ${{ secrets.WEBSITE_NAME }}
server-computer-name: ${{ secrets.SERVER_COMPUTER_NAME }}
server-username: ${{ secrets.SERVER_USERNAME }}
server-password: ${{ secrets.SERVER_PASSWORD }}
skip-directory-path: '\\App_Data'
# skip-directory-path: '\\App_Data'

0 comments on commit a1505a1

Please sign in to comment.