We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
I had this problem at first, but I used ssh_password and it worked.
ssh_password
You can refer to my configuration
add ssh_password to the runner ui . (must be this name, strictly case-sensitive)
specify docker image version 1.6.3. (preferably)
specify the password in the .drone.yml file.
.drone.yml
Hope it can help you.
Sorry, something went wrong.
No branches or pull requests
image: appleboy/drone-scp
settings:
host:
- ...01
- ...02
username: root
password:
from_secret:
- ssh_password
- ssh_password1
port: 22
target:
- /home/web_temp
source:
- "*"
rm: true
when:
branch: master"
The text was updated successfully, but these errors were encountered: