From 5e9e3bc7c2a812f0a56b721196eec142db8e3364 Mon Sep 17 00:00:00 2001 From: Lucy Joshua <43093984+notBscalE@users.noreply.github.com> Date: Sat, 25 Feb 2023 01:35:07 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a5f44e..c9cf93b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,11 +23,11 @@ jobs: steps: - run: name: Clone - command: ssh $SSH_USER@$SSH_HOST "cd /etc/BotYam && gh repo sync" + command: ssh root@35.190.218.192 "cd /etc/BotYam && gh repo sync" deploy: machine: image: "ubuntu-2004:current" steps: - 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 + command: ssh root@35.190.218.192 "cd /etc/BotYam && docker-compose up -d --build" \ No newline at end of file