ソースを参照

fix drone meta

Karathan 6 年 前
コミット
021a2aac02
共有1 個のファイルを変更した5 個の追加5 個の削除を含む
  1. 5
    5
      .drone.yml

+ 5
- 5
.drone.yml ファイルの表示

@@ -3,7 +3,7 @@ pipeline:
3 3
     image: appleboy/drone-scp
4 4
     host: gitlab.karathan.at
5 5
     port: 22
6
-    target: /var/www/blog-staging
6
+    target: "/var/www/blog-staging"
7 7
     source: *
8 8
     secrets: [ ssh_password, ssh_username ]
9 9
     branches: [ staging ]
@@ -12,8 +12,8 @@ pipeline:
12 12
     image: appleboy/drone-scp
13 13
     host: gitlab.karathan.at
14 14
     port: 22
15
-    target: /var/www/blog-staging/config/config.yml
16
-    source: config/config-staging.yml
15
+    target: "/var/www/blog-staging/config/config.yml"
16
+    source: "config/config-staging.yml"
17 17
     secrets: [ ssh_password, ssh_username ]
18 18
     branches: [ staging ]
19 19
 
@@ -21,7 +21,7 @@ pipeline:
21 21
     image: appleboy/drone-scp
22 22
     host: gitlab.karathan.at
23 23
     port: 22
24
-    target: /var/www/blog-staging/content/_meta.md
25
-    source: content/_meta-staging.md
24
+    target: "/var/www/blog-staging/content/_meta.md"
25
+    source: "ontent/_meta-staging.md"
26 26
     secrets: [ ssh_password, ssh_username ]
27 27
     branches: [ staging ]