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
|
image: composer:2.1.14
|
||||||
commands:
|
commands:
|
||||||
- cd backend && composer install
|
- cd backend && composer install
|
||||||
volumes:
|
|
||||||
- name: host_docker_sock
|
|
||||||
path: /var/run/docker.sock
|
|
||||||
|
|
||||||
- name: frontend
|
- name: frontend
|
||||||
image: node:16.13.1-alpine
|
image: node:16.13.1-alpine
|
||||||
commands:
|
commands:
|
||||||
- cd frontend && npm install && npm run build
|
- cd frontend && npm install && npm run build
|
||||||
volumes:
|
|
||||||
- name: host_docker_sock
|
|
||||||
path: /var/run/docker.sock
|
|
||||||
|
|
||||||
- name: build-php-image
|
- name: build-php-image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
@ -30,10 +24,6 @@ steps:
|
||||||
from_secret: registry_username
|
from_secret: registry_username
|
||||||
password:
|
password:
|
||||||
from_secret: registry_password
|
from_secret: registry_password
|
||||||
no_cache: true
|
|
||||||
volumes:
|
|
||||||
- name: host_docker_sock
|
|
||||||
path: /var/run/docker.sock
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- frontend
|
- frontend
|
||||||
- backend
|
- backend
|
||||||
|
@ -49,10 +39,6 @@ steps:
|
||||||
from_secret: registry_username
|
from_secret: registry_username
|
||||||
password:
|
password:
|
||||||
from_secret: registry_password
|
from_secret: registry_password
|
||||||
no_cache: true
|
|
||||||
volumes:
|
|
||||||
- name: host_docker_sock
|
|
||||||
path: /var/run/docker.sock
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- frontend
|
- frontend
|
||||||
- backend
|
- backend
|
||||||
|
@ -68,19 +54,10 @@ steps:
|
||||||
from_secret: registry_username
|
from_secret: registry_username
|
||||||
password:
|
password:
|
||||||
from_secret: registry_password
|
from_secret: registry_password
|
||||||
no_cache: true
|
|
||||||
volumes:
|
|
||||||
- name: host_docker_sock
|
|
||||||
path: /var/run/docker.sock
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- frontend
|
- frontend
|
||||||
- backend
|
- backend
|
||||||
|
|
||||||
volumes:
|
|
||||||
- name: host_docker_sock
|
|
||||||
host:
|
|
||||||
path: /var/run/docker.sock
|
|
||||||
|
|
||||||
node:
|
node:
|
||||||
location: home
|
location: home
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue