Skip to content

Commit

Permalink
Fix deployment script (#2532)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Chen <[email protected]>
  • Loading branch information
Fructokinase and Alex Chen authored Apr 3, 2023
1 parent 9edbf5b commit d421150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cd $ROOT

# Deploy in primary region
PRIMARY_REGION=$(yq eval '.region.primary' deploy/gke/autopush.yaml)
$ROOT/scripts/deploy_gke.sh -e $ENV -r $PRIMARY_REGION
$ROOT/scripts/deploy_gke.sh -e $ENV -l $PRIMARY_REGION

# Deploy in other regions
len=$(yq eval '.region.others | length' deploy/gke/"$ENV".yaml)
Expand Down

0 comments on commit d421150

Please sign in to comment.