Skip to content
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

Would github write a official ssh deploy actions,third party isn't good enough #1543

Closed
joebnb opened this issue Oct 1, 2023 · 2 comments
Closed
Labels
enhancement New feature or request

Comments

@joebnb
Copy link

joebnb commented Oct 1, 2023

would github write a offical ssh deploy action for self hosted service user?current only have self host actions,if have a deploy methods like ssh scp,it would be better.

and in action market there have plugins to do that,but it's hard to use.

like:
appleboy/ssh-action#80
easingthemes/ssh-deploy#143

users are facing same errors and no one can answer or make it correct,i think if official do a plugin,just can copy and execute command on remote is fulfilled majority requirements of self hosting, pls consider

@joebnb joebnb added the enhancement New feature or request label Oct 1, 2023
@codespearhead
Copy link

I honestly agree.

However, I estimate that about 90% of the problems in those projects stem from how to properly establish the SSH connection, not how to use the projects themselves.

There should be a quick-start guide to those who are dealing with virtual machines in an IaaS fashion, and need to carry it out themselves: from creating the key pair to allowing SSH access.

@joebnb Are you willing to collaborate on a pull request on that at ssh-deploy?

@joebnb
Copy link
Author

joebnb commented Oct 6, 2023

I honestly agree.

However, I estimate that about 90% of the problems in those projects stem from how to properly establish the SSH connection, not how to use the projects themselves.

There should be a quick-start guide to those who are dealing with virtual machines in an IaaS fashion, and need to carry it out themselves: from creating the key pair to allowing SSH access.

@joebnb Are you willing to collaborate on a pull request on that at ssh-deploy?

it's seems is self hosted runner feature problem,here is my new issues actions/runner#2904

and today i created a local vm that was setup by ubuntu jammy, and install github actions without under docker.it's also failed.

@joebnb joebnb closed this as completed Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants