Files
sanasto-wiki/.kamal/hooks/post-deploy.sample
Runar Ingebrigtsen a680ae7275
CI / scan_ruby (push) Failing after 30s
CI / scan_js (push) Failing after 7s
CI / lint (push) Failing after 42s
CI / test (push) Failing after 7s
CI / system-test (push) Failing after 17s
deployment setup
2026-01-26 13:20:07 +01:00

15 lines
319 B
Bash
Executable File

#!/bin/sh
# A sample post-deploy hook
#
# These environment variables are available:
# KAMAL_RECORDED_AT
# KAMAL_PERFORMER
# KAMAL_VERSION
# KAMAL_HOSTS
# KAMAL_ROLES (if set)
# KAMAL_DESTINATION (if set)
# KAMAL_RUNTIME
echo "$KAMAL_PERFORMER deployed $KAMAL_VERSION to $KAMAL_DESTINATION in $KAMAL_RUNTIME seconds"