diff --git a/scripts/docker/deploy.sh b/scripts/docker/deploy.sh index 75751a7..e177314 100755 --- a/scripts/docker/deploy.sh +++ b/scripts/docker/deploy.sh @@ -58,6 +58,8 @@ package() { scp_to_remote() { echo "start scp to remote..." + ls -lh + ls -lh _output scp -o StrictHostKeyChecking=no _output/*.tar.gz "$remote_user"@"$remote_host":/tmp/ # rm _output/*.tar.gz