From 338141b4b738b7e0ab8b042dbf68c4f3ef0c54d8 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 19 Jun 2021 22:12:58 +0000 Subject: [PATCH] File permissions for known hosts? --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18473e3..8121fab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ before_script: # Ensure known hosts exists and is populated - mkdir ~/.ssh && chmod 700 ~/.ssh - - ssh-keyscan -p 2224 gitlab.jamma.life >> ~/.ssh/known_hosts + - ssh-keyscan -p 2224 gitlab.jamma.life >> ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts push_github: type: deploy