-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e3329c
commit a1505a1
Showing
1 changed file
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|