kirkleon пре 4 година
родитељ
комит
5aa1bec9bc
1 измењених фајлова са 4 додато и 3 уклоњено
  1. 4 3
      .drone.yml

+ 4 - 3
.drone.yml

@@ -11,8 +11,8 @@ steps:
   commands:
   - cd client
   - yarn install
-  - yarn validate
-  - yarn test:ci
+  #- yarn validate
+  #- yarn test:ci
   - yarn build
   - mv build/* /build/
   when:
@@ -30,7 +30,8 @@ steps:
       from_secret: minio_secret_key
     bucket: terrassumptions
     source: /build/**/*
-    target: /
+    strip_prefix: true
+    target: /terrassumptions
     path_style: true
     endpoint: http://192.168.0.5:29000