Commit 7549c736 by Han Su Kim

fixing region variable

parent 32980114
...@@ -72,7 +72,7 @@ onerror() { ...@@ -72,7 +72,7 @@ onerror() {
EOF EOF
fi fi
echo "ERROR: syncing $s3_path on $instance_id" echo "ERROR: syncing $s3_path on $instance_id"
{{ aws_cmd }} ses send-email --from {{ AWS_S3_LOGS_FROM_EMAIL }} --to {{ AWS_S3_LOGS_NOTIFY_EMAIL }} --message file://$message_file --region {{ region }} {{ aws_cmd }} ses send-email --from {{ AWS_S3_LOGS_FROM_EMAIL }} --to {{ AWS_S3_LOGS_NOTIFY_EMAIL }} --message file://$message_file --region {{ aws_region }}
else else
echo "Error syncing $s3_path on $instance_id" echo "Error syncing $s3_path on $instance_id"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment