From 1a717cd83ef1ac68c34f00396bd956566300a109 Mon Sep 17 00:00:00 2001 From: mifi Date: Thu, 4 May 2023 21:49:37 -0400 Subject: [PATCH] Not likely.... --- .drone.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2212645..3fa8764 100644 --- a/.drone.yml +++ b/.drone.yml @@ -105,16 +105,6 @@ steps: commands: - yarn install - yarn build -- name: NPM Auth - image: robertstettner/drone-npm-auth - settings: - username: - from_secret: registry_username - password: - from_secret: registry_password - email: mike@fitz.guru - registry: https://git.mifi.dev - scope: mifi - name: Publish NPM image: plugins/npm failure: ignore @@ -212,6 +202,7 @@ workspace: steps: - name: Deploy Container image: docker + privileged: true commands: - docker compose build - docker compose up --wait @@ -224,6 +215,7 @@ steps: path: /drone/grow/.docker/config.json - name: Send Status Notifications image: plugins/webhook + privileged: true settings: urls: https://lab.mifi.dev/hooks/ccw34hdf7tgbjmzp96nptn938r content_type: application/json