This commit is contained in:
parent
199d5de23d
commit
a6072e036d
@ -3,7 +3,6 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:16.18.1
|
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
@ -13,7 +12,7 @@ steps:
|
|||||||
# commands:
|
# commands:
|
||||||
# - npm run test
|
# - npm run test
|
||||||
|
|
||||||
- name: deploy
|
#- name: deploy
|
||||||
image: nginx:1.21
|
# image: nginx:1.21
|
||||||
commands:
|
# commands:
|
||||||
- cp -r build/* /usr/share/nginx/html
|
# - cp -r build/* /usr/share/nginx/html
|
Loading…
Reference in New Issue
Block a user