-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
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
Action fails at Execute Over SSH: mkdir -p /github/home/docker-deployment/stacks || true #23
Comments
1- no need for this line
2- make sure that you provided the correct values for ssh_private_key, ssh_public_key and remote_docker_host |
Hello @leaniosci, I've made sure the three values are set correctly, removed the args value and still getting the same error:
It still seems I get invalid format, but I've tried changing to new keys in the server, updating the price key to RSA format, using the public key from known hosts, and still not working. Coult it be that the file name of the key is not the same? I use another filename: id_rsa_key instead of id_rsa. I've been trying it for several days, but still not getting to it.... |
I am getting the same error. I am setting the stack_file_name param with a custom file name.
|
FYI, if anyone is having issues with the above error We have 2 parts: our local machine and the remote server.
After implementing these steps, everything works again. |
I have the same error, if I used to ssh-copy function a get fail build without error |
@strazhnyk did you try |
I can0t manage to get after the
Execute Over SSH: mkdir -p /github/home/docker-deployment/stacks || true
....This is my action:
this is my output:
I can't see where I'm failing.... any help :)
The text was updated successfully, but these errors were encountered: