Failing on the same old errors...
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
20
.drone.yml
20
.drone.yml
@@ -169,15 +169,15 @@ steps:
|
||||
- failure
|
||||
|
||||
volumes:
|
||||
- name: yarnrc
|
||||
- name: dockerconfig
|
||||
host:
|
||||
path: /volume1/docker/.yarnrc.yml
|
||||
path: /volume1/docker/dockerconfig.json
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
- name: dockerconfig
|
||||
- name: yarnrc
|
||||
host:
|
||||
path: /volume1/docker/labs/grow-auth/dockerconfig.json
|
||||
path: /volume1/docker/.yarnrc.yml
|
||||
|
||||
# depends_on:
|
||||
# - Build Pipeline
|
||||
@@ -231,15 +231,15 @@ steps:
|
||||
- failure
|
||||
|
||||
volumes:
|
||||
- name: env
|
||||
host:
|
||||
path: /volume1/docker/labs/grow-auth/.env
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
- name: dockerconfig
|
||||
host:
|
||||
path: /volume1/docker/dockerconfig.json
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
- name: env
|
||||
host:
|
||||
path: /volume1/docker/labs/grow-auth/.env
|
||||
|
||||
# depends_on:
|
||||
# - Build Pipeline
|
||||
|
||||
@@ -44,9 +44,6 @@ services:
|
||||
- 'traefik.http.services.gitea.loadbalancer.server.port=${PORT}'
|
||||
networks:
|
||||
- docknet
|
||||
volumes:
|
||||
- '/Volume1/docker/.yarnrc.yml:/.yarnrc.yml'
|
||||
- '/Volume1/docker/labs/grow-auth/.env:/.env'
|
||||
restart: unless-stopped
|
||||
image: node
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user