diff --git a/.drone.yml b/.drone.yml index 0dbd19c..98582e9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,9 @@ kind: pipeline -type: docker +type: kubernetes name: ci steps: - name: build - image: d.ctdn.net/node + image: node commands: - npm config set registry https://r.ctdn.net - npm install