Skip to content

Commit

Permalink
Merge pull request #2001 from GSA/1981-add-test-users
Browse files Browse the repository at this point in the history
Change upwd command 10
  • Loading branch information
XavierMetichecchia authored Dec 10, 2024
2 parents 5dfe6ff + c31cc60 commit 7ba8ad2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions scripts/drush-post-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ drush cr
# Update passwords for existing users
echo "Updating passwords for test users..."
drush user:create test_test --password="TU_PASS"
drush upwd gene_chi TU_PASS
drush upwd scott_queen TU_PASS
drush upwd nehemia_abuga TU_PASS
drush upwd diego_cob TU_PASS
drush upwd cindy_fong TU_PASS
drush upwd ernie_deeb TU_PASS
# drush upwd test_test 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!"
Expand Down

0 comments on commit 7ba8ad2

Please sign in to comment.