|
|
@ -20,7 +20,8 @@ do
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
echo "restarting server"; {
|
|
|
|
echo "restarting server"; {
|
|
|
|
podman-compose restart || podman compose up
|
|
|
|
podman compose down || true
|
|
|
|
|
|
|
|
podman compose up --daemon
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
echo "updating post-receive hook for future runs"; {
|
|
|
|
echo "updating post-receive hook for future runs"; {
|
|
|
|