diff --git a/deploy.sh b/deploy.sh index 52aa46e..7aa63e7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -39,8 +39,6 @@ service="deployer-$REPO-$BRANCH.service" ln -sf $deploydir/deploy.service /etc/systemd/system/$service systemctl daemon-reload -systemctl stop $service -systemctl start $service - +systemctl restart $service