Explorar el Código

fix config path

Karathan hace 6 años
padre
commit
7e27ee2a68
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml Ver fichero

@@ -21,7 +21,7 @@ pipeline:
21 21
     image: debian:stretch
22 22
     commands:
23 23
       - mv content/_meta-live.md content/_meta.md
24
-      - mv config/config-live.yml content/config.yml
24
+      - mv config/config-live.yml config/config.yml
25 25
     when:
26 26
       branch: master
27 27