This commit is contained in:
parent
2e4ab22717
commit
280bad318f
@ -7,6 +7,11 @@ steps:
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
- ls
|
||||
- cd dist
|
||||
- ls
|
||||
- cd build
|
||||
- ls
|
||||
|
||||
#- name: test
|
||||
# image: node:16.18.1
|
||||
@ -16,4 +21,4 @@ steps:
|
||||
- name: deploy
|
||||
image: nginx:1.21
|
||||
commands:
|
||||
- cp -r build/* /usr/share/nginx/html
|
||||
- cp -r build/. /usr/share/nginx/html
|
Loading…
Reference in New Issue
Block a user