Update .gitlab-ci.yml file
This commit is contained in:
@@ -46,7 +46,7 @@ qodana:
|
|||||||
|
|
||||||
|
|
||||||
job:
|
job:
|
||||||
stage: 'pull'
|
stage: 'deploy'
|
||||||
image: 'alpine'
|
image: 'alpine'
|
||||||
needs: ['qodana']
|
needs: ['qodana']
|
||||||
only:
|
only:
|
||||||
@@ -66,8 +66,6 @@ job:
|
|||||||
- cp $SSH_PRIVATE_KEY ~/.ssh/id_rsa
|
- cp $SSH_PRIVATE_KEY ~/.ssh/id_rsa
|
||||||
|
|
||||||
- ssh-add ~/.ssh/id_rsa
|
- ssh-add ~/.ssh/id_rsa
|
||||||
- ssh $BOT_HOST -y
|
|
||||||
script:
|
script:
|
||||||
- cd /opt/discord/tarkov
|
- ssh $BOT_HOST -y 'cd /opt/discord/tarkov;git pull;mkdir test'
|
||||||
- git pull
|
|
||||||
- mkdir test
|
|
||||||
|
|||||||
Reference in New Issue
Block a user