diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb27fa6..aedbdea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,4 +13,12 @@ qodana: artifacts: expose_as: 'qodana_report' expire_in: 1 week - paths: [ '.qodana/results/' ] \ No newline at end of file + paths: [ '.qodana/results/' ] + +deploy: + only: + - master + image: bash + script: + - ssh-add <(echo '$SSH_KEY') + - ssh $BOT_HOST && cd /opt/discord/tarkov && git pull \ No newline at end of file