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

EISDIR : illegal operation on a directory, read at Error (native) #95

Open
inaativ opened this issue May 19, 2016 · 1 comment
Open

Comments

@inaativ
Copy link

inaativ commented May 19, 2016

Hi !

I'm new with GIT and I start to use it and learn for Wordpress based websites development ans deployment.
I've installed Dploy on all my local websites repositories and dploy.yaml is well configured for my remote FTP servers.
When I try a deploy live, connecting to FTP is working good but every time I've got an error message,

events.js:141
throw er; // Unhandled 'error' event
^

Error: EISDIR: illegal operation on a directory, read
at Error (native)

Dploy just upload files in the root directory of remote server and not files in folders.
As you can see on attached screen.

Need help for this,
Thanks !

dploy

@Sandstedt
Copy link

Sandstedt commented Oct 26, 2016

I recently got the same error too. I have used dploy for a long time, never had this issue before. Same server as earlier.

My dploy.yaml file looks like this (censured) running dploy v1.2.0 and node v4.2.4:

dev:
    host: "xx.xx.se"
    user: "xx.se"
    pass: "xx"
    path:
        local: ""
        remote: "demo.xx.se/public_html/xx"
    exclude: ["*.yaml", ".DS_Store", ".gitignore", ".gitmodules"]```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants