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