Updated config.yml
This commit is contained in:
parent
feb9080a3e
commit
5e9e3bc7c2
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
command: ssh root@35.190.218.192 "cd /etc/BotYam && docker-compose up -d --build"
|
||||
Loading…
Reference in a new issue