removed verbose from ssh

This commit is contained in:
bacon
2024-03-12 01:22:57 +03:00
parent 292a975b28
commit d1c10352ff

View File

@@ -67,5 +67,5 @@ push:
- ssh-add ~/.ssh/id_rsa
script:
- ssh $BOT_HOST -oStrictHostKeyChecking=accept-new -v 'cd /opt/discord/tarkov && git pull'
- ssh $BOT_HOST -oStrictHostKeyChecking=accept-new 'cd /opt/discord/tarkov && git pull'