diff --git a/.drone.yml b/.drone.yml index b7b0ac6..d9238a1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,6 @@ steps: - ls - cd dist - ls - - cd build - - ls #- name: test # image: node:16.18.1 @@ -21,4 +19,4 @@ steps: - name: deploy image: nginx:1.21 commands: - - cp -r build/. /usr/share/nginx/html \ No newline at end of file + - cp -r dist/. /usr/share/nginx/html \ No newline at end of file