Allow interactive SFTP password prompt
This commit is contained in:
@@ -45,6 +45,6 @@ put -r vendor
|
||||
EOF
|
||||
|
||||
cd "$repo_root"
|
||||
sftp -P "$deploy_port" -b "$batch_file" "$DEPLOY_USER@$DEPLOY_HOST"
|
||||
sftp -P "$deploy_port" "$DEPLOY_USER@$DEPLOY_HOST" < "$batch_file"
|
||||
|
||||
echo "Deployment abgeschlossen: $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_TARGET_DIR"
|
||||
Reference in New Issue
Block a user