Explorar el Código

fix drone meta

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

+ 5
- 5
.drone.yml Ver fichero

3
     image: appleboy/drone-scp
3
     image: appleboy/drone-scp
4
     host: gitlab.karathan.at
4
     host: gitlab.karathan.at
5
     port: 22
5
     port: 22
6
-    target: /var/www/blog-staging
6
+    target: "/var/www/blog-staging"
7
     source: *
7
     source: *
8
     secrets: [ ssh_password, ssh_username ]
8
     secrets: [ ssh_password, ssh_username ]
9
     branches: [ staging ]
9
     branches: [ staging ]
12
     image: appleboy/drone-scp
12
     image: appleboy/drone-scp
13
     host: gitlab.karathan.at
13
     host: gitlab.karathan.at
14
     port: 22
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
     secrets: [ ssh_password, ssh_username ]
17
     secrets: [ ssh_password, ssh_username ]
18
     branches: [ staging ]
18
     branches: [ staging ]
19
 
19
 
21
     image: appleboy/drone-scp
21
     image: appleboy/drone-scp
22
     host: gitlab.karathan.at
22
     host: gitlab.karathan.at
23
     port: 22
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
     secrets: [ ssh_password, ssh_username ]
26
     secrets: [ ssh_password, ssh_username ]
27
     branches: [ staging ]
27
     branches: [ staging ]