appleboy / drone-scp

Copy files and artifacts via SSH using a binary, docker or Drone CI.
MIT License
142 stars 30 forks source link

source path - include the root folder #184

Closed 1mfaasj closed 1 year ago

1mfaasj commented 1 year ago

Hi

How can I make sure to include the root folder and files? When I try this it fails:

    source:
      - /*

this one fails too:

    source:
      - *

the folder looks like; image I'm trying to add all files in there.

THanks

1mfaasj commented 1 year ago

already fixed!