You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -163,21 +165,21 @@ public async Task<string> UploadFilesAsync()
163
165
{
164
166
try
165
167
{
166
-
Bash($@"mkdir -p {_opts.RemoteDeployDebugPath}");
168
+
Bash($@"mkdir -p {RemoteDeployPath}");
167
169
168
170
// TODO: Rev1 - Iterate through each file and upload it via SCP client or SFTP.
169
171
// TODO: Rev2 - Compress _localHost.OutputDirFullName, upload ZIP, and unzip it.
170
172
// TODO: Rev3 - Allow for both SFTP and SCP as a backup. This separating connection to a new disposable class.
171
173
//// LogOutput($"Connected to {_connectionInfo.Username}@{_connectionInfo.Host}:{_connectionInfo.Port} via SSH and {(_sftpClient != null ? "SFTP" : "SCP")}");
0 commit comments