00:03:56
Dec 27, 2020
00:00:32
$ [[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config$ ssh-add <(echo "$STAGING_PRIVATE_KEY")Identity added: /dev/fd/63 (admin@willers.digital)$ ssh root@willers.digital -p 2233 "mkdir -p /volume1/web/_tmp"Warning: Permanently added '[willers.digital]:2233,[87.78.129.86]:2233' (ECDSA) to the list of known hosts.$ ssh root@willers.digital -p 2233 "mkdir -p /volume1/web/alt"$ scp -P2233 -r dist/tabu/* root@willers.digital:/volume1/web/_tmpdist/tabu/*: No such file or directoryERROR: Job failed: exit code 1