Move build step into Dockerfile and remove from drone
This commit is contained in:
parent
9dfb1342e5
commit
f09b8c893d
12
.drone.yml
12
.drone.yml
@ -3,12 +3,12 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build with node
|
# - name: Build with node
|
||||||
image: node:19
|
# image: node:19
|
||||||
commands:
|
# commands:
|
||||||
- yarn install
|
# - yarn install
|
||||||
- yarn build
|
# - yarn build
|
||||||
- name: Publish to docker
|
- name: Build and publish to docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
|
Loading…
Reference in New Issue
Block a user