From 5d61b8703e4f19d50389458b987ee697a644eea6 Mon Sep 17 00:00:00 2001 From: bacon Date: Fri, 8 Mar 2024 20:05:48 +0300 Subject: [PATCH] added autopush --- .gitlab-ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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