Skip to content

Commit

Permalink
appsettings email
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanbrudiu committed Jul 28, 2024
1 parent 8b0fa85 commit fcb79a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HamEvent/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
MailerSettings.Host: ${{ secrets.MAILER_SETTINGS_HOST }}
MailerSettings.Port: ${{ secrets.MAILER_SETTINGS_PORT }}
MailerSettings.EnableSSL: ${{ secrets.MAILER_SETTINGS_ENABLESSL }}

- 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: Deploy
Expand Down

0 comments on commit fcb79a4

Please sign in to comment.