Skip to content

Commit

Permalink
Remove cat and remove muting 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Metichecchia authored and Xavier Metichecchia committed Dec 12, 2024
1 parent efe7298 commit b1d8f5b
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 user:create test_test --password="TU_PASS"
drush user:create test_test --password="TU_PASS" || true
drush user:password test_test "TU_PASS"
echo "Post deploy finished!"


0 comments on commit b1d8f5b

Please sign in to comment.