github-action-scp icon indicating copy to clipboard operation
github-action-scp copied to clipboard

⬆️ Copy a folder to a remote server using SSH

Results 20 github-action-scp issues
Sort by recently updated
recently updated
newest added

Establishing a SSH connection to ***. (node:2349) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 🤝 Connected to...

Hello, I'm trying to deploy the build of my app through the SCP directly in my EC2 instance, but I'm getting error in reading the key file (it is private...

(node:1999) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

I can't connect to my VPS server using this github action

Using `_ || true` will always evaluate to true, and as such, the option can never be set to false. Instead, we explicitly check for an unset option by comparing...

I can't send files from the repository folder to the remote server It looks like the folder doesn't exist https://prnt.sc/12vrigm but the folder is there https://prnt.sc/12vrjn0 How should I properly...

Hi! I've been using this action to copy repository code to a remote server, and I noticed that whether I set `dotfiles: false` or leave it out (because default is...

While transferring directories, this tool appears to sending each file individually – this is very slow for directories with a large number of files. By zipping the directory before transfer...

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies

Using this action reults in this warning in my actions `Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: garygrossgarten/github-action-scp@release.`