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