fix listen server

This commit is contained in:
2025-01-10 21:04:36 -05:00
parent afa9d0ddfb
commit 61551be3d9
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ WantedBy=multi-user.target
service="deployer-$REPO-$BRANCH.service"
ln -sf $deploydir/deploy.service /etc/systemd/system/$service
sudo systemctl daemon-reload
systemctl daemon-reload
systemctl stop $service
systemctl start $service