Re-deploy
continuous-integration/drone/push Build is passing Details

master
dorian.hodin 2 years ago
parent 0e24b47664
commit 045400da20

@ -58,7 +58,7 @@ steps:
IMAGENAME: mariadb:10.5
CONTAINERNAME: db_form
PRIVATE : true
# OVERWRITE: true
OVERWRITE: true
COMMAND: create
CODEFIRST_CLIENTDRONE_ENV_MARIADB_ROOT_PASSWORD:
from_secret: db_root_password

@ -23,6 +23,7 @@ class ConnectClass{
try {
echo $this->dsn." ".$this->login." ".$this->password;
$connection = new Connection($this->dsn,$this->login,$this->password);
sleep(3);
echo "OKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK";
}catch (PDOException){
throw new PDOException();

Loading…
Cancel
Save