Files
kamal/test/integration/docker/deployer/app/.kamal/hooks/pre-connect
Donal McBreen f768fab481 Add KAMAL_ROLES to hook env variables
And add an integration test to check the env vars are set.
2025-04-21 09:45:23 +01:00

6 lines
101 B
Bash
Executable File

#!/bin/sh
echo "About to lock..."
env
mkdir -p /tmp/${TEST_ID} && touch /tmp/${TEST_ID}/pre-connect