Update .gitlab-ci.yml file
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user