appleboy / drone-scp

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

Very slow deployment #81

Closed cupcakearmy closed 5 years ago

cupcakearmy commented 6 years ago

This may not be an Issue, but the deployment is taking veeery long.

screen shot 2018-07-24 at 12 44 52

Is this normal? the server itself is pretty fast and the connection should not be the issue. am I doing something wrong?

This is the source file used:

pipeline:

  copy:
    image: appleboy/drone-scp
    host: mydomain.com
    username: myUser
    port: 1234
    secrets: [ ssh_key ]
    target: /my/target/dir
    source: ./*
    rm: true
lddsb commented 5 years ago

maybe your project is so large ..

cupcakearmy commented 5 years ago

It probably was my server, it works fine now, i forgot about the issue I created.