How to deploy to non-Azure IIS server? #347
ChrisMBarr
started this conversation in
General
Replies: 1 comment 1 reply
-
@FiniteLooper did you figure out how to make it work? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a .NET Core 6.0 webapp and I am using GoDaddy's windows deluxe hosting which gives me Plesk to administer my sites. I can download a
*.publishsettings
file for each site I have, which looks like thisWhen I import that into Visual Studio it generates this
*.pubxml
file, to which I added the<UserPWD>
node.I've saved that
*.pubxml
file as a github secret calledPUBLISH_PROFILE_PROD
, and then I have this github action for deploymentWhen this action runs, it fails with this error:
Am I doing something wrong, is my server not accepting this, or is there some other problem?
Beta Was this translation helpful? Give feedback.
All reactions