diff --git a/.drone.status b/.drone.status new file mode 100644 index 0000000..259788f --- /dev/null +++ b/.drone.status @@ -0,0 +1,3 @@ +{ + "url": "https://drone.hibas123.de/OpenServer/OpenAuth_server/" +} \ No newline at end of file diff --git a/.drone.yml b/.drone.yml index afa3d8f..5b3aeb5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: image: node:12 commands: - npm install + - npm run install - npm run build - name: Publish to docker image: plugins/docker