Bläddra i källkod

:poop: another pipeline test

tags/0.9.0
J 5 år sedan
förälder
incheckning
9faaafbf45
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      .drone.yml

+ 2
- 2
.drone.yml Visa fil

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

Laddar…
Avbryt
Spara