Browse Source

fix drone meta again

Karathan 6 years ago
parent
commit
4c9bb3e3a9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .drone.yml

+ 2
- 2
.drone.yml View File

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 ]
10
   
10
   
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"
24
     target: "/var/www/blog-staging/content/_meta.md"
25
-    source: "ontent/_meta-staging.md"
25
+    source: "content/_meta-staging.md"
26
     secrets: [ ssh_password, ssh_username ]
26
     secrets: [ ssh_password, ssh_username ]
27
     branches: [ staging ]
27
     branches: [ staging ]