From 4281a099794b5be05d1bd94393b89b7b0edbf852 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Fri, 3 Jun 2022 05:46:44 -0400 Subject: [PATCH] Testing SCP with drone --- .drone.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index df4f218..496ad1c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,14 +8,12 @@ steps: - npm install - npm run build - name: deploy - image: appleboy/drone-ssh + image: appleboy/drone-scp settings: - host: - - 192.168.10.5 + host: 192.168.10.5 username: thomas password: from_secret: ssh_password port: 22 - command_timeout: 2m - script: - - hostname \ No newline at end of file + target: /home/thomas/wwwtest + source: ./dist \ No newline at end of file