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
Hi, I'm trying to deploy my Laravel app to remote Share hosting and am encountering this error.
Here is my action yaml
on: push: tags: - sys/v*.*.* name: deploy jobs: build: name: Build runs-on: ubuntu-latest steps: - name: 🚚 Checkout Repository id: checkout uses: actions/checkout@v2 - name: test id: test uses: appleboy/[email protected] with: key: ${{ secrets.SSH_PRIVATE_KEY }} host: ${{ secrets.SSH_SERVER }} username: ${{ secrets.SSH_USER }} port: ${{ secrets.SSH_PORT }} script: | ls -la debug: true
This is output what I got.
ssh: handshake failed: read tcp ... ->***:***: read: connection reset by peer
I also try the same private key in my local Mac. It can logging to remote hosting. Do anyone get the same error?
The text was updated successfully, but these errors were encountered:
Same. In latest version the error appeared:
It works with appleboy/[email protected]. But not with the latest
appleboy/[email protected]
Sorry, something went wrong.
Please provide the following information.
No branches or pull requests
Hi, I'm trying to deploy my Laravel app to remote Share hosting and am encountering this error.
Here is my action yaml
This is output what I got.
I also try the same private key in my local Mac. It can logging to remote hosting.
Do anyone get the same error?
The text was updated successfully, but these errors were encountered: