Skip to content

Commit

Permalink
Removing unsecure cipher
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed May 19, 2022
1 parent ddb95bd commit e942c72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Expand Up @@ -458,12 +458,13 @@ steps:
from_secret: nightly_host
commands:
- apt update && apt install -y rclone openssh-client
- rclone config create nightly sftp host $nightly_host user $nightly_user pass $nightly_password port 22 use_insecure_cipher true disable_hashcheck true
- rclone config create nightly sftp host $nightly_host user $nightly_user pass $nightly_password port 22
- rclone copy ./build/tmp/packages/ nightly:/home/devj/public_html/nightlies/ -v

trigger:
event:
- cron
- custom
cron:
- nightly
repo:
Expand Down

0 comments on commit e942c72

Please sign in to comment.