Skip to content

Commit

Permalink
Update deploy_release_sites
Browse files Browse the repository at this point in the history
  • Loading branch information
vinmassaro authored Feb 15, 2024
1 parent 02d8cc1 commit 8de605c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/github/deploy_release_sites
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ process_site() {
# Do a fresh install on yalesites-platform site.
if [ "$site_machine_name" = "yalesites-platform" ]; then
echo -e "\nInstalling clean site for $site_machine_name.$RELEASE_BRANCH...\n"
terminus -n env:wake "$site_machine_name"."$RELEASE_BRANCH"
terminus -n env:wake "$site_machine_name"."$RELEASE_BRANCH" --delay=20
terminus -n drush "$site_machine_name"."$RELEASE_BRANCH" -- si yalesites_profile -y
terminus -n drush "$site_machine_name"."$RELEASE_BRANCH" -- cr
SITE_MACHINE_NAME="$site_machine_name" env="$RELEASE_BRANCH" ./scripts/shared/content-import.sh
Expand Down

0 comments on commit 8de605c

Please sign in to comment.