From 5cab8f6fa7e7dc6f539755732289d65ab1b120e7 Mon Sep 17 00:00:00 2001 From: Lucy Joshua <43093984+notBscalE@users.noreply.github.com> Date: Sat, 25 Feb 2023 01:49:50 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a5f44e..d243cde 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,6 +21,9 @@ jobs: machine: image: "ubuntu-2004:current" steps: + - add_ssh_keys: + fingerprints: + - "b7:39:6c:c8:a1:24:72:26:e6:a8:d1:c6:0d:24:82:a6" - run: name: Clone command: ssh $SSH_USER@$SSH_HOST "cd /etc/BotYam && gh repo sync" @@ -28,6 +31,9 @@ jobs: machine: image: "ubuntu-2004:current" steps: + - add_ssh_keys: + fingerprints: + - "b7:39:6c:c8:a1:24:72:26:e6:a8:d1:c6:0d:24:82:a6" - run: name: Deploy Over SSH command: ssh $SSH_USER@$SSH_HOST "cd /etc/BotYam && docker-compose up -d --build" \ No newline at end of file