Search code examples
web-applicationscontinuous-integrationgithub-actions

Github Actions dotnet publish and deploy with ftp


I am working on Github Actions for one of my apps. My script all appears to work as expected but at the end of the run my website shows this error.

Now if I deploy via Visual Studio and then check the remote folder I see this enter image description here

This works fine, app at https://development.spicetheworld.com/ is Coolio

So when I try the Deploy from Github Actions, first we have the script

enter image description here

When I run the script all appears good enter image description here

But the app shows this error

enter image description here

Does anyone have any thoughts on where I am going wrong please


Solution

  • Problem solved, I updated to latest Visual Studio, rebuilt project and now it works.