From 0983878f38823908b2204c1f0a02742462b13fab Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Thu, 3 Aug 2023 15:30:40 +0200 Subject: [PATCH] autopushed --- journal/2023-08-03.md | 1 + 1 file changed, 1 insertion(+) 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?