瀏覽代碼

test 6

master
komarov 4 年之前
父節點
當前提交
6ff37763e6
共有 1 個檔案被更改,包括 10 行新增3 行删除
  1. +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:


Loading…
取消
儲存