Skip to content

Commit

Permalink
Merge pull request #2003 from GSA/1981-add-test-users
Browse files Browse the repository at this point in the history
Change upwd command 11
  • Loading branch information
XavierMetichecchia authored Dec 10, 2024
2 parents 9e54bd8 + ed79c45 commit e6393d9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/drush-post-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,12 @@ drush cr
drush updatedb --no-cache-clear -y
drush cim --partial --source=modules/custom/usagov_benefit_finder/configuration -y
drush cr

# Update passwords for existing users
echo "Updating passwords for test users..."
drush user:create test_test --password="TU_PASS"
drush upwd --password="TU_PASS" gene_chi
drush upwd --password="TU_PASS" scott_queen
drush upwd --password="TU_PASS" nehemia_abuga
drush upwd --password="TU_PASS" diego_cob
drush upwd --password="TU_PASS" cindy_fong
drush upwd --password="TU_PASS" ernie_deeb

drush state:set system.maintenance_mode 0 -y
echo "Post-deploy finished!"

0 comments on commit e6393d9

Please sign in to comment.