mirror of
https://github.com/friendica/friendica
synced 2024-11-10 11:02:53 +00:00
Merge pull request #7786 from nupplaphil/task/improve_drone_io
[Drone.io] Add node info for better routing
This commit is contained in:
commit
8262e82e27
1 changed files with 18 additions and 0 deletions
18
.drone.yml
18
.drone.yml
|
@ -12,6 +12,9 @@ steps:
|
||||||
MYSQL_DATABASE: friendica
|
MYSQL_DATABASE: friendica
|
||||||
MYSQL_HOST: mysql
|
MYSQL_HOST: mysql
|
||||||
|
|
||||||
|
node:
|
||||||
|
test: db
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: mysql
|
- name: mysql
|
||||||
image: mysql:8.0
|
image: mysql:8.0
|
||||||
|
@ -52,6 +55,9 @@ steps:
|
||||||
MYSQL_DATABASE: friendica
|
MYSQL_DATABASE: friendica
|
||||||
MYSQL_HOST: mysql
|
MYSQL_HOST: mysql
|
||||||
|
|
||||||
|
node:
|
||||||
|
test: db
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: mysql
|
- name: mysql
|
||||||
image: mysql:8.0
|
image: mysql:8.0
|
||||||
|
@ -92,6 +98,9 @@ steps:
|
||||||
MYSQL_DATABASE: friendica
|
MYSQL_DATABASE: friendica
|
||||||
MYSQL_HOST: mysql
|
MYSQL_HOST: mysql
|
||||||
|
|
||||||
|
node:
|
||||||
|
test: db
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: mysql
|
- name: mysql
|
||||||
image: mysql:8.0
|
image: mysql:8.0
|
||||||
|
@ -137,6 +146,9 @@ steps:
|
||||||
MYSQL_DATABASE: friendica
|
MYSQL_DATABASE: friendica
|
||||||
MYSQL_HOST: mariadb
|
MYSQL_HOST: mariadb
|
||||||
|
|
||||||
|
node:
|
||||||
|
test: db
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
image: mariadb:10.1
|
image: mariadb:10.1
|
||||||
|
@ -176,6 +188,9 @@ steps:
|
||||||
MYSQL_DATABASE: friendica
|
MYSQL_DATABASE: friendica
|
||||||
MYSQL_HOST: mariadb
|
MYSQL_HOST: mariadb
|
||||||
|
|
||||||
|
node:
|
||||||
|
test: db
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
image: mariadb:10.1
|
image: mariadb:10.1
|
||||||
|
@ -215,6 +230,9 @@ steps:
|
||||||
MYSQL_DATABASE: friendica
|
MYSQL_DATABASE: friendica
|
||||||
MYSQL_HOST: mariadb
|
MYSQL_HOST: mariadb
|
||||||
|
|
||||||
|
node:
|
||||||
|
test: db
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
image: mariadb:10.1
|
image: mariadb:10.1
|
||||||
|
|
Loading…
Reference in a new issue