added autopush

This commit is contained in:
bacon
2024-03-08 20:12:04 +03:00
parent df2c1dc770
commit 5e5d695eb0

View File

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