From 83066fe58a3f2c95a76ddae165fe950e165263b7 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 19 Jun 2021 22:11:16 +0000 Subject: [PATCH] Fix yaml list. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6243dc7..18473e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,8 @@ before_script: - echo "${SSH_PRIVATE_KEY}" | tr -d '\r' | ssh-add - > /dev/null # Ensure known hosts exists and is populated - mkdir ~/.ssh && chmod 700 ~/.ssh - ssh-keyscan -p 2224 gitlab.jamma.life >> ~/.ssh/known_hosts + - mkdir ~/.ssh && chmod 700 ~/.ssh + - ssh-keyscan -p 2224 gitlab.jamma.life >> ~/.ssh/known_hosts push_github: type: deploy