Browse Source

update drone.yml

tags/v0.0.9
Peter Vivell 6 years ago
parent
commit
880bc951b1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml View File

@@ -36,7 +36,7 @@ steps:
36 36
     - cp -p service/radangel.service dist/etc/systemd/system/radangel.service
37 37
     - cp -p service/websockify.service dist/etc/systemd/system/websockify.service
38 38
     - mkdir -p dist/var/www/html/gamma
39
-    - cp -rp html/ dist/var/www/html/gamma/
39
+    - cp -rp html/. dist/var/www/html/gamma/
40 40
     - mkdir -p dist/etc/nginx/snippets
41 41
     - cp -p config/nginx-datasrc-location.conf dist/etc/nginx/snippets/nginx-datasrc-location.conf
42 42
     - tar -czvf $ARCHIVE.tar.gz -C dist .

Loading…
Cancel
Save