소스 검색

:poop: another pipeline test

tags/0.9.0
J 5 년 전
부모
커밋
9faaafbf45
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      .drone.yml

+ 2
- 2
.drone.yml 파일 보기

@@ -33,14 +33,14 @@ volumes:
33 33
   - name: node_cache
34 34
     host:
35 35
       path: /tmp/cache/drone/node_modules
36
-      
36
+
37 37
 ---
38 38
 ########################
39 39
 # Deploy to Production #
40 40
 ########################
41 41
 
42 42
 kind: pipeline
43
-name: depluy
43
+name: deploy
44 44
 depends_on:
45 45
   # Must run after the first pipeline
46 46
   - run_tests

Loading…
취소
저장