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