Skip to content

fix: Upgrade drone-ssh from 1.8.2 to 1.8.3 - #408

Open
Kirti-Rauniyar wants to merge 1 commit into
appleboy:masterfrom
Kirti-Rauniyar:patch-1
Open

fix: Upgrade drone-ssh from 1.8.2 to 1.8.3#408
Kirti-Rauniyar wants to merge 1 commit into
appleboy:masterfrom
Kirti-Rauniyar:patch-1

Conversation

@Kirti-Rauniyar

Copy link
Copy Markdown

The bundled drone-ssh v1.8.2 was causing deployment failures with "Unexpected input(s) 'script_stop'" warnings and process exit code 128 during CI/CD runs. Upgrading to v1.8.3 resolves input validation issues and improves SSH session stability.

Deployment was failing at the git fetch step with:
"remote: Repository not found.
fatal: Authentication failed for 'https://github.com/...'"
Process exited with status 128

Updated DRONE_SSH_VERSION default from 1.8.2 to 1.8.3 in entrypoint.sh.

The bundled drone-ssh v1.8.2 was causing deployment failures with
"Unexpected input(s) 'script_stop'" warnings and process exit code 128
during CI/CD runs. Upgrading to v1.8.3 resolves input validation
issues and improves SSH session stability.

Deployment was failing at the git fetch step with:
  "remote: Repository not found.
   fatal: Authentication failed for 'https://github.com/...'"
  Process exited with status 128

Updated DRONE_SSH_VERSION default from 1.8.2 to 1.8.3 in entrypoint.sh.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant