lila/bin/prod/restart-now
Niklas Fiekas 9e90b7bd1d sh -e everywhere
To avoid silently ignored errors.
2018-08-25 11:26:54 +02:00

14 lines
184 B
Bash
Executable file

#!/bin/sh -e
DIR="/home/lichess"
echo "Notify lichess of post deploy"
$DIR/bin/cli-prod deploy post
sleep 3
echo "Restart lichess"
service lichess restart
echo "Restart complete"