To update my website I need to pull from GitHub to IIS, remotely, not by using RDP.
How can I do that? TelNet does not support git and I don't like installing OpenSSH ( it needs CygWin)
To update my website I need to pull from GitHub to IIS, remotely, not by using RDP.
How can I do that? TelNet does not support git and I don't like installing OpenSSH ( it needs CygWin)
You can try use PowerShell remote session
Or use Sysinternal psexec to run command on remote system.