Updated config.yml

This commit is contained in:
Lucy Joshua 2023-02-25 01:49:50 +02:00
parent 2245bcdef9
commit 5cab8f6fa7

View file

@ -21,6 +21,9 @@ jobs:
machine:
image: "ubuntu-2004:current"
steps:
- add_ssh_keys:
fingerprints:
- "b7:39:6c:c8:a1:24:72:26:e6:a8:d1:c6:0d:24:82:a6"
- run:
name: Clone
command: ssh $SSH_USER@$SSH_HOST "cd /etc/BotYam && gh repo sync"
@ -28,6 +31,9 @@ jobs:
machine:
image: "ubuntu-2004:current"
steps:
- add_ssh_keys:
fingerprints:
- "b7:39:6c:c8:a1:24:72:26:e6:a8:d1:c6:0d:24:82:a6"
- run:
name: Deploy Over SSH
command: ssh $SSH_USER@$SSH_HOST "cd /etc/BotYam && docker-compose up -d --build"