This commit is contained in:
parent
199d5de23d
commit
a6072e036d
@ -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
|
Loading…
Reference in New Issue
Block a user