diff --git a/.drone.yml b/.drone.yml index c83124c..690a091 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,6 @@ name: default steps: - name: build - image: node:16.18.1 commands: - npm install - npm run build @@ -13,7 +12,7 @@ steps: # commands: # - npm run test -- name: deploy - image: nginx:1.21 - commands: - - cp -r build/* /usr/share/nginx/html \ No newline at end of file +#- name: deploy +# image: nginx:1.21 +# commands: +# - cp -r build/* /usr/share/nginx/html \ No newline at end of file