From 4844b8dc63f4d6eee0bd8c6e44f21e2755c5f610 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Fri, 3 Jun 2022 05:42:33 -0400 Subject: [PATCH] Testing SSH with drone --- .drone.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 24591da..df4f218 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,16 @@ steps: image: node commands: - npm install - - npm run build \ No newline at end of file + - npm run build +- name: deploy + image: appleboy/drone-ssh + settings: + 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