Update .gitlab-ci.yml file

This commit is contained in:
Slava
2024-03-11 22:11:44 +00:00
parent 129b209090
commit 71a0bfa194

View File

@@ -46,7 +46,7 @@ qodana:
job:
stage: 'pull'
stage: 'deploy'
image: 'alpine'
needs: ['qodana']
only:
@@ -66,8 +66,6 @@ job:
- cp $SSH_PRIVATE_KEY ~/.ssh/id_rsa
- ssh-add ~/.ssh/id_rsa
- ssh $BOT_HOST -y
script:
- cd /opt/discord/tarkov
- git pull
- mkdir test
- ssh $BOT_HOST -y 'cd /opt/discord/tarkov;git pull;mkdir test'