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 14, 2024
1 parent dc080ce commit 4837535
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 @@ -20,7 +20,7 @@ process_site() {
site_with_env="$1"
site_machine_name="${site_with_env%.*}"

env_status=$(terminus env:info "$site_machine_name"."$RELEASE_BRANCH" --field=initialized)
env_status=$(terminus env:info "$site_machine_name"."$RELEASE_BRANCH" --field=initialized 2>/dev/null)

# If multidev does not exist, create it, otherwise deploy code updates.
if [ "$env_status" -eq 1 ]; then
Expand Down

0 comments on commit 4837535

Please sign in to comment.