Kaynağa Gözat

fix config path

Karathan 6 yıl önce
ebeveyn
işleme
7e27ee2a68
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml Dosyayı Görüntüle

@@ -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