Add integration test hooks back in
This commit is contained in:
3
test/integration/docker/deployer/app/.kamal/hooks/post-deploy
Executable file
3
test/integration/docker/deployer/app/.kamal/hooks/post-deploy
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
echo "Deployed!"
|
||||
mkdir -p /tmp/${TEST_ID} && touch /tmp/${TEST_ID}/post-deploy
|
||||
Reference in New Issue
Block a user