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