Skip to content

Commit

Permalink
chore: update production.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrasch authored Aug 26, 2024
1 parent 34c15b4 commit 6274aca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .ddev/providers/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,14 @@ db_import_command:
# uncomment for debug
# set -x
# TODO: already done in step above? - clean this up
# import database
echo "Starting the database import ..."
ddev import-db --src=".ddev/.downloads/db.sql"
# echo "Starting the database import ..."
# ddev import-db --file=".ddev/.downloads/db.sql"
# run neccessary commands for craft after we pull a db:
echo "Starting craft project-config/apply ..."
ddev craft project-config/apply
echo "Starting craft up ..."
ddev craft up
files_pull_command:
command: |
Expand Down

0 comments on commit 6274aca

Please sign in to comment.