From 3499b5d712d1ae71413a40018e5c705a36f9cdf6 Mon Sep 17 00:00:00 2001 From: SPT-dev Date: Thu, 2 Mar 2023 21:12:50 -0500 Subject: [PATCH] tests: fix copy directory --- .drone-kubernetes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone-kubernetes.yml b/.drone-kubernetes.yml index 7b62c8c..aa8a5f1 100644 --- a/.drone-kubernetes.yml +++ b/.drone-kubernetes.yml @@ -40,7 +40,7 @@ steps: - yarn --cwd ./items/frontend install - yarn --cwd ./items/frontend build --pure-lockfile - rm -rf ./items/api/public/static/* - - cp ./items/frontend/build/* ./items/api/public + - cp -r ./items/frontend/build/* ./items/api/public - rm ./items/api/public/index.html depends_on: - replace hosts and user variables