This commit is contained in:
parent
58343c7be0
commit
8ba26f5600
6 changed files with 3064 additions and 448 deletions
|
|
@ -9,7 +9,7 @@ platform:
|
|||
|
||||
steps:
|
||||
- name: build front
|
||||
image: node:17-alpine
|
||||
image: node:18-alpine3.15
|
||||
commands:
|
||||
- mkdir deploy
|
||||
- apk --no-cache add python2 build-base
|
||||
|
|
@ -60,7 +60,7 @@ platform:
|
|||
|
||||
steps:
|
||||
- name: build front
|
||||
image: node:17-alpine
|
||||
image: node:18-alpine3.15
|
||||
commands:
|
||||
- mkdir deploy
|
||||
- apk --no-cache add python2 build-base
|
||||
|
|
|
|||
Reference in a new issue