again
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
2023-05-04 19:57:25 -04:00
parent 8e263d7ace
commit b7a3c12eff

View File

@@ -109,9 +109,9 @@ steps:
image: plugins/npm image: plugins/npm
settings: settings:
username: username:
from_secret: regsitry_username from_secret: registry_username
password: password:
from_secret: regsitry_password from_secret: registry_password
registry: https://git.mifi.dev registry: https://git.mifi.dev
token: token:
- from_secret: gitea_token - from_secret: gitea_token
@@ -163,9 +163,9 @@ steps:
repo: https://git.mifi.dev/mifi/auth repo: https://git.mifi.dev/mifi/auth
registry: https://git.mifi.dev registry: https://git.mifi.dev
username: username:
from_secret: regsitry_username from_secret: registry_username
password: password:
from_secret: regsitry_password from_secret: registry_password
ssh-agent-key: ssh-agent-key:
from_secret: gitea_token from_secret: gitea_token
volumes: volumes:
@@ -200,8 +200,6 @@ services:
volumes: volumes:
- name: dockersock - name: dockersock
path: /var/run path: /var/run
# - name: dockersock
# path: /var/run/docker.sock
- name: dockerconfig - name: dockerconfig
path: /volume1/docker/labs/grow-auth/dockerconfig.json path: /volume1/docker/labs/grow-auth/dockerconfig.json