From be76027581279ae72c97020b99e6cc373dd6c0b9 Mon Sep 17 00:00:00 2001 From: bacon Date: Fri, 8 Mar 2024 20:15:42 +0300 Subject: [PATCH] added autopush --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0654693..6f99bf5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,5 +21,4 @@ deploy: image: alpine script: - apk --update add openssh-client - - ssh-add <(echo '$SSH_KEY') - - ssh $BOT_HOST && cd /opt/discord/tarkov && git pull \ No newline at end of file + - ssh -i $SSH_KEY $BOT_HOST && cd /opt/discord/tarkov && git pull \ No newline at end of file