소스 검색

update drone once more (sry 4 spam)

SBird1337 6 년 전
부모
커밋
1f5d559a2d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      .drone.yml

+ 2
- 0
.drone.yml 파일 보기

@@ -6,6 +6,8 @@ clone:
6 6
 pipeline:
7 7
   pull_build:
8 8
     image: sots:latest
9
+    repo: Karathan/source_of_the_sovereign
10
+    secrets: [ssh_private_key, ssh_known_hosts, ssh_host]
9 11
     commands:
10 12
       - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
11 13
       - eval $(ssh-agent -s)