Updated config.yml

This commit is contained in:
Lucy Joshua 2023-02-25 01:41:19 +02:00
parent 5e9e3bc7c2
commit 2245bcdef9

View file

@ -23,11 +23,11 @@ jobs:
steps: steps:
- run: - run:
name: Clone name: Clone
command: ssh root@35.190.218.192 "cd /etc/BotYam && gh repo sync" command: ssh $SSH_USER@$SSH_HOST "cd /etc/BotYam && gh repo sync"
deploy: deploy:
machine: machine:
image: "ubuntu-2004:current" image: "ubuntu-2004:current"
steps: steps:
- run: - run:
name: Deploy Over SSH name: Deploy Over SSH
command: ssh root@35.190.218.192 "cd /etc/BotYam && docker-compose up -d --build" command: ssh $SSH_USER@$SSH_HOST "cd /etc/BotYam && docker-compose up -d --build"