Explorar el Código

mysql en lugar de 127.0.0.1 (2)

Luciano Andrade hace 7 años
padre
commit
c6c90dbefc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -1,5 +1,5 @@
 services:
-  database:
+  mysql:
     image: mysql:5.7
     command: '--sql_mode=ALLOW_INVALID_DATES,ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'
     environment: