1 Commits

Author SHA1 Message Date
db5e4858b8 More ENV updates
Some checks failed
continuous-integration/drone/push Build was killed
2023-05-06 09:10:45 -04:00
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 rm --stop
- docker compose -f docker-compose.staging.yml up --wait - docker compose -f docker-compose.staging.yml up --wait
volumes: volumes:
- name: env - name: env-secrets
path: /drone/grow/staging.env path: /drone/grow/staging.env
- name: dockersock - name: dockersock
path: /var/run/docker.sock path: /var/run/docker.sock
@@ -222,9 +222,9 @@ volumes:
- name: dockersock - name: dockersock
host: host:
path: /var/run/docker.sock path: /var/run/docker.sock
- name: env - name: env-secrets
host: host:
path: /volume1/docker/beethoven/labs-auth/staging.env path: /volume1/docker/beethoven/labs-auth/staging.secrets.env
depends_on: depends_on:
- Test Pipeline - Test Pipeline

View File

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