garygrossgarten / github-action-scp

⬆️ Copy a folder to a remote server using SSH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dot Files not being copied

Pedroglp opened this issue · comments

Well, I do not know if it was expected to scp copy dot files but it isn't.

Since I have many of my server configurations in those files my build was not successful.

Yes, i have same problem, scp can't copy dot file like: .env, dot folder like .hidden folder.
I just try, but not working

with:
    local: build/.
    remote: /build

Reason is a npm dependency node-ssh
More exactly this default validation.

But for today I'm done ;-)

The latest version (0.7.0) should now support dotfiles.