no sock
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
f88acf742a
commit
e5a411cb69
23
.drone.yml
23
.drone.yml
|
@ -7,17 +7,11 @@ steps:
|
|||
image: composer:2.1.14
|
||||
commands:
|
||||
- cd backend && composer install
|
||||
volumes:
|
||||
- name: host_docker_sock
|
||||
path: /var/run/docker.sock
|
||||
|
||||
- name: frontend
|
||||
image: node:16.13.1-alpine
|
||||
commands:
|
||||
- cd frontend && npm install && npm run build
|
||||
volumes:
|
||||
- name: host_docker_sock
|
||||
path: /var/run/docker.sock
|
||||
|
||||
- name: build-php-image
|
||||
image: plugins/docker
|
||||
|
@ -30,10 +24,6 @@ steps:
|
|||
from_secret: registry_username
|
||||
password:
|
||||
from_secret: registry_password
|
||||
no_cache: true
|
||||
volumes:
|
||||
- name: host_docker_sock
|
||||
path: /var/run/docker.sock
|
||||
depends_on:
|
||||
- frontend
|
||||
- backend
|
||||
|
@ -49,10 +39,6 @@ steps:
|
|||
from_secret: registry_username
|
||||
password:
|
||||
from_secret: registry_password
|
||||
no_cache: true
|
||||
volumes:
|
||||
- name: host_docker_sock
|
||||
path: /var/run/docker.sock
|
||||
depends_on:
|
||||
- frontend
|
||||
- backend
|
||||
|
@ -68,19 +54,10 @@ steps:
|
|||
from_secret: registry_username
|
||||
password:
|
||||
from_secret: registry_password
|
||||
no_cache: true
|
||||
volumes:
|
||||
- name: host_docker_sock
|
||||
path: /var/run/docker.sock
|
||||
depends_on:
|
||||
- frontend
|
||||
- backend
|
||||
|
||||
volumes:
|
||||
- name: host_docker_sock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
|
||||
node:
|
||||
location: home
|
||||
|
||||
|
|
Loading…
Reference in New Issue