Browse Source

update drone once more (sry 4 spam)

SBird1337 6 years ago
parent
commit
1f5d559a2d
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .drone.yml

+ 2
- 0
.drone.yml View File

@@ -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)