disabled design
This commit is contained in:
parent
a832749c07
commit
6f97529615
@ -28,11 +28,12 @@ public function boot()
|
||||
$this->registerComponent();
|
||||
$this->registerLivewire();
|
||||
$this->registerHelpers();
|
||||
define('DESIGN_PARAMETERS', Design::getParameters());
|
||||
|
||||
/*define('DESIGN_PARAMETERS', Design::getParameters());
|
||||
|
||||
if (array_key_exists('title', DESIGN_PARAMETERS)) {
|
||||
\Config::set('app.name', DESIGN_PARAMETERS['title']);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
protected function registerViews()
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
if($json['total_commits'] > 0)
|
||||
{
|
||||
$result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull && php artisan migrate && npm run build");
|
||||
$result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull");
|
||||
//$result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull");
|
||||
echo "<p>$result</p>";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user