sand4rt / ftp-deployer

Simple SFTP / FTP deployment with NodeJS.
https://github.com/marketplace/actions/ftp-deployer
MIT License
47 stars 12 forks source link

Error: dist/ is not an existing location #17

Closed Ben1nBlack closed 1 year ago

Ben1nBlack commented 1 year ago

I really appreciate, the effort you put into this.

in github actions i get error:

Run sand4rt/ftp-deployer@v1.5 Deploying... (node:1656) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Err dist/ is not an existing location Error: Error: dist/ is not an existing location

here is snippet for YAML `jobs: FTP-Deploy-Action: name: FTP-Deploy-Action runs-on: ubuntu-latest steps:

please note I have tried

  1. local_folder: "dist/" # optional, local path, default is: dist
  2. local_folder: dist/ # optional, local path, default is: dist
  3. local_folder: dist # optional, local path, default is: dist
  4. i removed the local_folder: and still git same error
sand4rt commented 1 year ago

Hi @Ben1nBlack, does this work in v1.4?

sand4rt commented 1 year ago

Closed due to inactivity. Feel free to create a new issue if needed.