Przeglądaj źródła

crea la db en drone

Luciano Andrade 7 lat temu
rodzic
commit
4557628908
1 zmienionych plików z 1 dodań i 1 usunięć
  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');"