Skip to content

Commit

Permalink
Ensure the needed Laravel directories exist on deploy
Browse files Browse the repository at this point in the history
Fix #154
  • Loading branch information
akalipetis committed Sep 25, 2023
1 parent fc4d161 commit db49d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/question/deploy_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func (q *DeployCommand) Ask(ctx context.Context) error {
}
case models.Laravel:
answers.DeployCommand = append(answers.DeployCommand,
"mkdir -p storage/framework/{sessions,cache,views}",
"php artisan optimize:clear",
"php artisan migrate --force",
)
Expand Down

0 comments on commit db49d00

Please sign in to comment.