use scp instead of rsync
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
surtur 2020-03-08 07:19:03 +01:00
parent a122954534
commit 70897ca82c
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -35,11 +35,13 @@ steps:
commands: commands:
- git submodule init - git submodule init
- git submodule update - git submodule update
- pacman -S scp
- rm -rfv ./public - rm -rfv ./public
- hugo --gc=true --minify - hugo --gc=true --minify
- echo "$HUGO_KEY" > ~/hugo_deploy - echo "$HUGO_KEY" > ~/hugo_deploy
- chmod -v 600 ~/hugo_deploy #hellyeah - chmod -v 600 ~/hugo_deploy #hellyeah
- rsync -ave 'ssh -vvvv -i ~/hugo_deploy -o KexAlgorithms=curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256 -o PreferredAuthentications=publickey -o PasswordAuthentication=no -c aes256-ctr,aes256-cbc -o StrictHostKeyChecking=no' --delete public/ $HUGO_USER@$HUGO_HOST:$HUGO_DIR || true - ssh -v -i ~/hugo_deploy -o KexAlgorithms=curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256 -o PreferredAuthentications=publickey -o PasswordAuthentication=no -c aes256-ctr,aes256-cbc -o StrictHostKeyChecking=no $HUGO_USER@$HUGO_HOST "rm -rfv $HUGO_DIR; mkdir -pv $HUGO_DIR" || true
- scp -v -i ~/hugo_deploy -o KexAlgorithms=curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256 -o PreferredAuthentications=publickey -o PasswordAuthentication=no -c aes256-ctr,aes256-cbc -o StrictHostKeyChecking=no public/* $HUGO_USER@$HUGO_HOST:$HUGO_DIR || true
- shred -zuv 7 ~/hugo_deploy || true - shred -zuv 7 ~/hugo_deploy || true
when: when:
status: status: