Update .gitlab-ci.yml file

This commit is contained in:
Slava
2024-03-11 22:27:44 +00:00
parent d1c10352ff
commit b1fca048dd

View File

@@ -53,7 +53,7 @@ push:
- master
cache:
paths:
- '~/.ssh'
- '.ssh'
- '/usr/bin'
before_script:
- apk add openssh-client > /dev/null
@@ -67,5 +67,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 -v 'cd /opt/discord/tarkov && git pull'