Skip to content

Commit

Permalink
Update drush-post-deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
scottqueen-bixal authored Dec 23, 2024
1 parent 96812e7 commit 2264bd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/drush-post-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ drush cim --partial --source=modules/custom/usagov_benefit_finder/configuration
drush cr
### USER_PASSWORD_RESET_PLACEHOLDER ###
drush state:set system.maintenance_mode 0 -y
drush pm:uninstall usagov_login --strict=0
# drush pm:uninstall usagov_login --strict=0
drush pm-list --type=module usagov_login --pipe | grep -q "^usagov_login " && drush pm-uninstall -y usagov_login || echo "Module 'usagov_login' does not exist. Skipping uninstallation."
echo "Post deploy finished!"


0 comments on commit 2264bd3

Please sign in to comment.