Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Commit

Permalink
Make sure to set the db password
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Aug 28, 2023
1 parent b5cf240 commit 83ea4f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ public static function installSteps(): array
'--db-host='.$database['host'],
'--db-name='.$database['path'],
'--db-user='.$database['username'],
'--db-password='.$database['password'],
'--backend-frontname=admin',
'--language=en_US',
'--currency=USD',
Expand Down

0 comments on commit 83ea4f4

Please sign in to comment.