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: