init
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
XinWei 2024-07-27 16:18:27 +08:00
parent 199d5de23d
commit a6072e036d

View File

@ -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
#- name: deploy
# image: nginx:1.21
# commands:
# - cp -r build/* /usr/share/nginx/html