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 23
master
komarov
4 years ago
parent
607b5de7dd
commit
82cf55af56
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.drone.yml
+ 1
- 0
.drone.yml
View File
@@ -14,6 +14,7 @@ steps:
PUBLIC:
from_secret: DEPLOY_KEY_PUBLIC
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 && ssh-agent sh -c "ssh-add $HOME/.ssh/id_rsa && ssh-keyscan -t rsa gitea.torrion-vault.xyz >> $HOME/.ssh/known_hosts"
- ssh-add -l
- git clone git@gitea.torrion-vault.xyz:2222/Torrion/arbitry.git
Write
Preview
Loading…
Cancel
Save