From aad074837f28f3dae7351707225bf8d385bf4047 Mon Sep 17 00:00:00 2001 From: Andrew Culver Date: Tue, 2 May 2023 22:38:42 -0700 Subject: [PATCH] Add note. --- bullet_train/docs/heroku.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bullet_train/docs/heroku.md b/bullet_train/docs/heroku.md index 7da2c2a75..52380cd37 100644 --- a/bullet_train/docs/heroku.md +++ b/bullet_train/docs/heroku.md @@ -88,4 +88,6 @@ Before you can upload to your freshly provisioned S3 bucket, you need to run (on ``` heroku run rake aws:set_cors -``` \ No newline at end of file +``` + +Note: If you change `ENV["BASE_URL"]`, you need to re-run this task. \ No newline at end of file