summaryrefslogtreecommitdiffhomepage
path: root/.kamal/hooks/post-app-boot.sample
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-03-30 19:03:22 +0900
committerAdam Malczewski <[email protected]>2026-03-30 19:03:22 +0900
commit952c6b565832dd0dbcef7a9a80edc871f79e15a8 (patch)
tree698db27a35f8f40356a0381a32a02767481dc6a9 /.kamal/hooks/post-app-boot.sample
downloaddispatch-api-main.tar.gz
dispatch-api-main.zip
Diffstat (limited to '.kamal/hooks/post-app-boot.sample')
-rwxr-xr-x.kamal/hooks/post-app-boot.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/.kamal/hooks/post-app-boot.sample b/.kamal/hooks/post-app-boot.sample
new file mode 100755
index 0000000..70f9c4b
--- /dev/null
+++ b/.kamal/hooks/post-app-boot.sample
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+echo "Booted app version $KAMAL_VERSION on $KAMAL_HOSTS..."