Skip to content

Commit

Permalink
Merge pull request #1026 from GSA/1016-run-partial-config-import-in-d…
Browse files Browse the repository at this point in the history
…eployment

1016 run partial config import in deployment
  • Loading branch information
casey-rapnicki-bixal authored Mar 7, 2024
2 parents cbbde01 + 97e5f53 commit 9659689
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
sed -i "s/\$settings\['hash_salt'\] = \$service\['credentials'\]\['HASH_SALT'\]/\$settings\['hash_salt'\] = \$service\['credentials'\]\['hash_salt'\]/" web/sites/default/settings.php
sed -i "s/\$service\['name'\] === 'storage'/stristr(\$service\['name'\], 'storage')/" web/sites/default/settings.php
sed -i "s/\$service\['name'\] === 'secrets'/stristr(\$service\['name'\], 'secrets')/" web/sites/default/settings.php
echo -e "\n./scripts/entrypoint.sh" >> scripts/bootstrap.sh
echo -e "\nif [ "${CF_INSTANCE_INDEX:-''}" == "0" ] && [ -z "${SKIP_DRUPAL_BOOTSTRAP:-}" ]; then"
echo -e "\t./scripts/entrypoint.sh" >> scripts/bootstrap.sh
echo "fi"
- run:
name: Building, tagging, pushing the Docker Image
Expand Down

0 comments on commit 9659689

Please sign in to comment.