Skip to content

Commit

Permalink
Merge pull request #350 from joshdentremont/patch-6
Browse files Browse the repository at this point in the history
Update make production
  • Loading branch information
aOelschlager authored Aug 2, 2023
2 parents cf87d4d + 1d81172 commit 37cb8e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ production: generate-secrets
$(MAKE) pull
docker compose up -d --remove-orphans
docker compose exec -T drupal with-contenv bash -lc 'composer install; chown -R nginx:nginx .'
$(MAKE) drupal-database update-settings-php
docker compose exec -T drupal with-contenv bash -lc "drush si -y --existing-config minimal --account-pass '$(shell cat secrets/live/DRUPAL_DEFAULT_ACCOUNT_PASSWORD)'"
docker compose exec -T drupal with-contenv bash -lc "drush -l $(SITE) user:role:add fedoraadmin admin"
MIGRATE_IMPORT_USER_OPTION=--userid=1 $(MAKE) hydrate
Expand Down

0 comments on commit 37cb8e7

Please sign in to comment.