From 2ab5e33e0f096aac68b25b2802d5d87b0be18364 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Thu, 1 Apr 2021 20:28:44 +1030 Subject: [PATCH] updated gitlab-ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e072bae..7bb58aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ deploy-job: - chmod 700 ~/.ssh - echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts + - touch test script: - ssh "$Live_Server_User"@"$Live_Server_Ip" -p 10122 "touch test" # script: