changed logger

This commit is contained in:
bacon
2024-04-13 20:03:57 +03:00
parent 78be10a88b
commit 413736b44d
13 changed files with 24 additions and 67 deletions

View File

@@ -64,5 +64,5 @@ push:
- ssh-add ~/.ssh/id_rsa
script:
- ssh $BOT_HOST -oStrictHostKeyChecking=accept-new 'cd /opt/discord/tarkov && git pull'
- ssh $BOT_HOST -oStrictHostKeyChecking=accept-new 'cd /opt/discord/tarkov && git pull && pip install -r requirements.txt'