This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Torrion
/
arbitry
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
test
master
komarov
4 years ago
parent
73d9128de8
commit
155a41a1c3
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
.drone.yml
+ 0
- 2
.drone.yml
View File
@@ -13,8 +13,6 @@ steps:
from_secret: DEPLOY_KEY
PUBLIC:
from_secret: DEPLOY_KEY_PUBLIC
GIT_REPOSITORY:
from_secret: GIT_REPOSITORY
commands:
- eval $(ssh-agent)
- mkdir $HOME/.ssh && echo "$KEY" > $HOME/.ssh/id_rsa && chmod 600 $HOME/.ssh/id_rsa && echo "$PUBLIC" > $HOME/.ssh/id_rsa.pub
Write
Preview
Loading…
Cancel
Save