Not likely....
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-05-04 21:49:37 -04:00
parent 1e932d97c8
commit 1a717cd83e

View File

@@ -105,16 +105,6 @@ steps:
commands: commands:
- yarn install - yarn install
- yarn build - 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 - name: Publish NPM
image: plugins/npm image: plugins/npm
failure: ignore failure: ignore
@@ -212,6 +202,7 @@ workspace:
steps: steps:
- name: Deploy Container - name: Deploy Container
image: docker image: docker
privileged: true
commands: commands:
- docker compose build - docker compose build
- docker compose up --wait - docker compose up --wait
@@ -224,6 +215,7 @@ steps:
path: /drone/grow/.docker/config.json path: /drone/grow/.docker/config.json
- name: Send Status Notifications - name: Send Status Notifications
image: plugins/webhook image: plugins/webhook
privileged: true
settings: settings:
urls: https://lab.mifi.dev/hooks/ccw34hdf7tgbjmzp96nptn938r urls: https://lab.mifi.dev/hooks/ccw34hdf7tgbjmzp96nptn938r
content_type: application/json content_type: application/json