Change sourceforge deploy path

This commit is contained in:
Gres 2020-04-15 20:46:22 +03:00
parent 68efe4c8cb
commit 351847a3ef

View File

@ -37,7 +37,7 @@ ssh = SSHClient()
ssh.set_missing_host_key_policy(WarningPolicy())
ssh.connect('frs.sourceforge.net', username='onemoregres', pkey=pkey)
sftp = ssh.open_sftp()
target_path = 'test' # 'bin/v' + app_version
target_path = 'bin/v' + app_version
try:
remote_path = '/home/frs/project/screen-translator/'
for part in target_path.split('/'):