Add new registry to drone build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2020-10-28 01:03:59 +01:00
parent 22cb90b6f6
commit 39a613a3f1

View File

@ -4,8 +4,9 @@ name: default
steps:
- name: Build with node
image: node:12
image: node:14
commands:
- npm config set registry https://npm.hibas123.de
- npm install
- npm run build
- name: Publish to docker