Browse Source

fix config path

Karathan 6 years ago
parent
commit
7e27ee2a68
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml View File

21
     image: debian:stretch
21
     image: debian:stretch
22
     commands:
22
     commands:
23
       - mv content/_meta-live.md content/_meta.md
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
     when:
25
     when:
26
       branch: master
26
       branch: master
27
 
27