I want to create github
workflow. this workflow is used for automatic deployment of the content directly from my vscode
to github
and then my shared host cpanel
account.
I found error in the .yml
file server part. where can i find ftp server name to configure .yml
file in github
workflow?
I have tried these all, none of them is working
server: my shared ip **(cpanel -> server information -> shared ip address)**
server: ftp.mydomainname.com
server: zombie.mydomainname.com **(cpanel -> server information -> server name)**