init
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
XinWei 2024-07-27 15:31:00 +08:00
parent 74580b7aa9
commit 199d5de23d

View File

@ -8,12 +8,12 @@ steps:
- npm install - npm install
- npm run build - npm run build
- name: test #- name: test
image: node:16.18.1 # image: node:16.18.1
commands:
- npm run test
#- name: deploy
# image: nginx:1.21
# commands: # commands:
# - cp -r build/* /usr/share/nginx/html # - npm run test
- name: deploy
image: nginx:1.21
commands:
- cp -r build/* /usr/share/nginx/html