Explorar el Código

crea la db en drone

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

+ 1 - 1
.drone.yml

@@ -27,7 +27,7 @@ pipeline:
       - apt-get update 
       - apt-get install -yq php7.0-cli php7.0-mysql mysql-client php7.0-curl php7.0-xml php7.0-bcmath php7.0-mbstring
 
-      - yes | mysqladmin -h 127.0.0.1 create fd3_mapas
+      - yes | mysqladmin -h 127.0.0.1 create fd3_ftth
       - yes | mysqladmin -h 127.0.0.1 create fd_session
       
       - php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"