From 117f558594d07bf21d4c779fbd955faeb0ca3a4e Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 26 Aug 2019 17:47:38 +0100 Subject: [PATCH] Hard code ssh creds --- Infrastructure/.drone.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml index e2a890c..8d13893 100644 --- a/Infrastructure/.drone.yml +++ b/Infrastructure/.drone.yml @@ -31,12 +31,9 @@ steps: privileged: true image: appleboy/drone-ssh settings: - host: - from_secret: SSHHost - username: - from_secret: SSHUsername - password: - from_secret: SSHPassword + host: 192.168.1.3 + username: test + password: user script: - service website restart - name: notify