added autopush

This commit is contained in:
bacon
2024-03-08 20:06:59 +03:00
parent 5d61b8703e
commit df2c1dc770

View File

@@ -18,7 +18,7 @@ qodana:
deploy:
only:
- master
image: bash
image: alpine
script:
- ssh-add <(echo '$SSH_KEY')
- ssh $BOT_HOST && cd /opt/discord/tarkov && git pull