дебак с контрактами
This commit is contained in:
parent
c0e8263bfb
commit
ace20e5ccf
@ -25,7 +25,7 @@
|
|||||||
if($json['total_commits'] > 0)
|
if($json['total_commits'] > 0)
|
||||||
{
|
{
|
||||||
//$result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull && npm run build");
|
//$result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull && 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 && php artisan optimize:clear");
|
||||||
echo "<p>$result</p>";
|
echo "<p>$result</p>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -11,10 +11,10 @@
|
|||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
<td class="align-middle">
|
<td class="align-middle">
|
||||||
1{{ $agent->user->phone }}
|
{{ $agent->user->phone }}
|
||||||
</td>
|
</td>
|
||||||
<td class="align-middle">
|
<td class="align-middle">
|
||||||
1{{ $agent->user->email }}
|
{{ $agent->user->email }}
|
||||||
</td>
|
</td>
|
||||||
@if (!$agent->trashed())
|
@if (!$agent->trashed())
|
||||||
<td class="align-middle text-end ">
|
<td class="align-middle text-end ">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user