Skip to content

Commit

Permalink
Change upwd command 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Metichecchia authored and Xavier Metichecchia committed Dec 10, 2024
1 parent 6ac640f commit c860b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions scripts/drush-post-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c860b6c

Please sign in to comment.