aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.prod
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-08 10:51:41 +0900
committernsfisis <nsfisis@gmail.com>2025-03-08 10:51:41 +0900
commita7ce31249948e4f0c1950de93f3c4f7cdda51cf4 (patch)
treec4c740f0cccd15f825596f7a115f3b8f8eb8ffa7 /Makefile.prod
parent7f4d16dca85263dcbc7b3bb29f5fc50f4371739d (diff)
parentc06d46eae30c9468535fb6af5e9b822acadbbdb6 (diff)
downloadiosdc-japan-2025-albatross-a7ce31249948e4f0c1950de93f3c4f7cdda51cf4.tar.gz
iosdc-japan-2025-albatross-a7ce31249948e4f0c1950de93f3c4f7cdda51cf4.tar.zst
iosdc-japan-2025-albatross-a7ce31249948e4f0c1950de93f3c4f7cdda51cf4.zip
Merge branch 'phperkaigi-2025'
Diffstat (limited to 'Makefile.prod')
-rw-r--r--Makefile.prod5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.prod b/Makefile.prod
index fc7c511..fd4046b 100644
--- a/Makefile.prod
+++ b/Makefile.prod
@@ -42,6 +42,11 @@ sqldef-dryrun: down
${DOCKER_COMPOSE} up --wait db
${DOCKER_COMPOSE} run --no-TTY tools psqldef --dry-run < ./backend/schema.sql
+.PHONY: asynq
+asynq:
+ ${DOCKER_COMPOSE} up --wait db
+ ${DOCKER_COMPOSE} run tools go run github.com/hibiken/asynq/tools/asynq dash
+
.PHONY: sqldef
sqldef: down
${DOCKER_COMPOSE} build db