There was an error while loading. Please reload this page.
1 parent 4e610bc commit d868c33Copy full SHA for d868c33
1 file changed
ais/engine/bin/build_and_deploy.sh
@@ -598,7 +598,7 @@ swap_cnames() {
598
aws route53 change-resource-record-sets \
599
--hosted-zone-id $CITYGEOPHILACITY_ZONE_ID \
600
--profile default \
601
- --change-batch file://$WORKING_DIRECTORY/route53-temp-change.json 1> /dev/nullecho "$json_string" > $WORKING_DIRECTORY/route53-temp-change.json
+ --change-batch file://$WORKING_DIRECTORY/route53-temp-change.json 1> /dev/null
602
echo "Swapping ${prod_color} to the Prod record in hosted zone ${PHILACITY_ZONE_ID}.."
603
604
--hosted-zone-id $PHILACITY_ZONE_ID \
0 commit comments