You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add two new hooks pre-app-boot and post-app-boot. They are analagous
to the pre/post proxy reboot hooks.
If the boot strategy deploys in groups, then the hooks are called once
per group of hosts and `KAMAL_HOSTS` contains a comma delimited list of
the hosts in that group.
If all hosts are deployed to at once, then they are called once with
`KAMAL_HOSTS` containing all the hosts.
It is possible to have pauses between groups of hosts in the boot config,
where this is the case the pause happens after the post-app-boot hook is
called.
assert_match"docker tag dhh/app:123 dhh/app:latest",output
266
262
assert_match"docker run --detach --restart unless-stopped --name app-web-123",output
267
263
assert_match"docker container ls --all --filter name=^app-web-version-to-rollback$ --quiet | xargs docker stop",output,"Should stop the container that was previously running"
0 commit comments