diff --git a/journal/2023-08-03.md b/journal/2023-08-03.md index 17d426663..461e5320a 100644 --- a/journal/2023-08-03.md +++ b/journal/2023-08-03.md @@ -10,3 +10,4 @@ - [ ] maybe write [[testament]] - [ ] maybe ship link.agor.ai customization - [ ] figure out why abra app deploy -C does not seem to be upgrading container version? + - It just hit me like a flash: it's probably because the code in the container is a result of 'git clone' and it's not being re-run on subsequent builds; I should probably discard the cache or figure out how to make it always rebuild?