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:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: Clone
|
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:
|
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 $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