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 7
master
komarov
4 years ago
parent
6ff37763e6
commit
2a70d8040e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.drone.yml
+ 1
- 1
.drone.yml
View File
@@ -12,7 +12,7 @@ steps:
KEY:
from_secret: DEPLOY_KEY
commands:
- echo "$KEY" > $HOME/.ssh/id_rsa
-
mkdir $HOME/.ssh &&
echo "$KEY" > $HOME/.ssh/id_rsa
- git clone ssh://git@gitea.torrion-vault.xyz:2222/Torrion/arbitry.git
- git checkout $DRONE_COMMIT
- name: build_php_base
Write
Preview
Loading…
Cancel
Save