added autopush

This commit is contained in:
bacon
2024-03-08 20:13:33 +03:00
parent 5e5d695eb0
commit 6397aab558

View File

@@ -20,6 +20,6 @@ deploy:
- master
image: alpine
script:
- uname -a
- apk --update add openssh-client
- ssh-add <(echo '$SSH_KEY')
- ssh $BOT_HOST && cd /opt/discord/tarkov && git pull