diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 27778213..62a555e4 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -222,7 +222,7 @@ jobs: cf add-network-policy ${PROJECT}-waf-${BRANCH} ${PROJECT}-cms-${BRANCH} -s ${PROJECT}-${BRANCH} -o ${CF_ORG} --protocol tcp --port 61443 cf map-route benefit-finder-cms-${BRANCH} apps.internal --hostname benefit-finder-cms-${BRANCH} --app-protocol http1 cd .. - echo "${TEST_USER_PASS}" + echo "The value of the test user is: ${TEST_USER_PASS}" sed -i "s#TU_PASS#${TEST_USER_PASS}#" ./scripts/drush-post-deploy.sh cat ./scripts/drush-post-deploy.sh source ./scripts/pipeline/cloud-gov-post-deploy.sh diff --git a/scripts/drush-post-deploy.sh b/scripts/drush-post-deploy.sh index d827b597..ab456356 100755 --- a/scripts/drush-post-deploy.sh +++ b/scripts/drush-post-deploy.sh @@ -13,6 +13,8 @@ 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