Use sshpass from PATH in deploy.sh
Replace hardcoded /usr/local/bin/sshpass with plain sshpass so the script invokes the binary from the user's PATH. This improves portability and avoids depending on a specific installation path while preserving existing behavior when sshpass is available in PATH.