瀏覽代碼

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)