diff --git a/.drone.yml b/.drone.yml index c05d6e4..4e0eafa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ steps: - apt-get update && apt-get install tree -y - tree - rm -rf ./app/* - - cp -r /go/web/build ./app + - cp -r /go/web/build/* ./app/ - sed 's?/static?/static/static?g' ./app/index.html - sed 's?/favicon.ico?/static/favicon.ico?g' ./app/index.html - sed 's?/logo192.png?/static/logo192.png?g' ./app/index.html