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
|
||||
|
||||
steps:
|
||||
- name: Build with node
|
||||
image: node:19
|
||||
commands:
|
||||
- yarn install
|
||||
- yarn build
|
||||
- name: Publish to docker
|
||||
# - name: Build with node
|
||||
# image: node:19
|
||||
# commands:
|
||||
# - yarn install
|
||||
# - yarn build
|
||||
- name: Build and publish to docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
|
Loading…
Reference in New Issue
Block a user