Skip to content

Commit

Permalink
Merge pull request #158 from platformsh/akalipetis/issue-154
Browse files Browse the repository at this point in the history
Ensure the needed Laravel directories exist on deploy
  • Loading branch information
akalipetis authored Sep 25, 2023
2 parents 6f47298 + db49d00 commit 7048ca9
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 7048ca9

Please sign in to comment.