소스 검색

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:


불러오는 중...
취소
저장