diff --git a/.drone.yml b/.drone.yml index 1eb4063..69dc29f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,9 +9,8 @@ steps: commands: - npm install - npm run build - volumes: - - name: build - path: /root/docker/gitea/drone/src + - cp -r build /root/docker/gitea/drone/src/ + # 2. Deploy Docker container with Nginx and copy build files - name: deploy image: nginx