Skip to content

Commit

Permalink
Merge pull request #213 from gmoigneu/fix-laravel-deploy
Browse files Browse the repository at this point in the history
Fix Laravel deploy commands order.
  • Loading branch information
akalipetis authored May 14, 2024
2 parents 25cd4f6 + 2db5d81 commit 9746c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/question/deploy_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ func (q *DeployCommand) Ask(ctx context.Context) error {
"mkdir -p storage/framework/sessions",
"mkdir -p storage/framework/cache",
"mkdir -p storage/framework/views",
"php artisan optimize:clear",
"php artisan migrate --force",
"php artisan optimize:clear",
)
}

Expand Down

0 comments on commit 9746c9c

Please sign in to comment.