More ENV updates
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-05-06 09:10:45 -04:00
parent d800311ae7
commit db5e4858b8
2 changed files with 4 additions and 4 deletions

View File

@@ -192,7 +192,7 @@ steps:
- docker compose -f docker-compose.staging.yml rm --stop
- docker compose -f docker-compose.staging.yml up --wait
volumes:
- name: env
- name: env-secrets
path: /drone/grow/staging.env
- name: dockersock
path: /var/run/docker.sock
@@ -222,9 +222,9 @@ volumes:
- name: dockersock
host:
path: /var/run/docker.sock
- name: env
- name: env-secrets
host:
path: /volume1/docker/beethoven/labs-auth/staging.env
path: /volume1/docker/beethoven/labs-auth/staging.secrets.env
depends_on:
- Test Pipeline

View File

@@ -1,6 +1,6 @@
{
"name": "@mifi/auth",
"version": "0.0.30",
"version": "0.0.31",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {