소스 검색

add some services.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu 6 년 전
부모
커밋
be4418505e
No known key found for this signature in database GPG 키 ID: F84B2110C500B1F
1개의 변경된 파일14개의 추가작업 그리고 1개의 파일을 삭제
  1. +14
    -1
      .drone.yml

+ 14
- 1
.drone.yml 파일 보기

@ -5,7 +5,6 @@ clone:
tags: true
pipeline:
frontend:
image: node:8.1.2
commands:
@ -23,3 +22,17 @@ pipeline:
- composer -V
- composer install --prefer-dist
- ./vendor/bin/phpunit
services:
elasticsearch:
context: docker/elasticsearch
redis:
image: redis:latest
postgres:
image: postgres:9.5.5
environment:
- POSTGRES_DB=test
- POSTGRES_USER=test
- POSTGRES_PASSWORD=

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