summaryrefslogtreecommitdiffhomepage
path: root/.kamal/hooks/post-app-boot.sample
diff options
context:
space:
mode:
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..."