Skip to content

Commit

Permalink
Update drush-post-deploy.sh
Browse files Browse the repository at this point in the history
ignore if login module not found
  • Loading branch information
scottqueen-bixal authored Dec 23, 2024
1 parent 8b014ec commit 96812e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/drush-post-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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
drush pm:uninstall usagov_login --strict=0
echo "Post deploy finished!"


0 comments on commit 96812e7

Please sign in to comment.