Files
kamal/lib/mrsk/cli/templates/sample_hooks/post-deploy.sample
Kartikey Tanna 956ab3560b Hooks typo fix
2023-05-23 22:12:49 +05:30

13 lines
273 B
Bash
Executable File

#!/bin/sh
# A sample post-deploy hook
#
# These environment variables are available:
# MRSK_RECORDED_AT
# MRSK_PERFORMER
# MRSK_VERSION
# MRSK_DESTINATION (if set)
# MRSK_RUNTIME
echo "$MRSK_PERFORMER deployed $MRSK_VERSION to $MRSK_DESTINATION in $MRSK_RUNTIME seconds"