Skip to content

Commit

Permalink
cache config before backup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Oct 21, 2024
1 parent 64d29cb commit 0b56129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Envoy.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ function logMessage($message) {
@task('backupDatabase', ['on' => 'remote'])
{{ logMessage("📀 Backing up database...") }}
cd {{ $newReleaseDir }}
php artisan config:cache
php artisan backup:run
@endtask

Expand Down

0 comments on commit 0b56129

Please sign in to comment.