このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
Torrion
/
arbitry
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
test 6
master
komarov
4年前
親
68dcd961ff
コミット
6ff37763e6
1個のファイルの変更
、
10行の追加
、
3行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+10
-3
.drone.yml
+ 10
- 3
.drone.yml
ファイルの表示
@@ -3,11 +3,18 @@ type: docker
name: build
clone:
git:
image: plugins/git
skip_verify: true
disable: true
steps:
- name: clone
image: drone/git
environment:
KEY:
from_secret: DEPLOY_KEY
commands:
- 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
image: plugins/docker
settings:
書き込み
プレビュー
読み込み中…
キャンセル
保存