v1.5-alpha.7

This commit is contained in:
carodej
2020-05-16 17:35:50 +02:00
parent 6272f62e85
commit 62434bcedb

View File

@@ -3,6 +3,7 @@
namespace App\Console\Commands;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\Log;
class Deploy extends Command
{
@@ -49,6 +50,8 @@ class Deploy extends Command
// Stop deployment
$this->call('up');
$this->info('Everything is done, congratulations! 🥳🥳🥳');
Log::info('Application was updated!');
}
/**