appleboy / drone-scp

Copy files and artifacts via SSH using a binary, docker or Drone CI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very slow deployment

cupcakearmy opened this issue · comments

commented

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

maybe your project is so large ..

commented

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