fix: use sudo for systemctl commands in deploy

This commit is contained in:
rcourtman
2026-01-18 09:43:47 +00:00
parent 3114775aa9
commit a40be03963

View File

@@ -100,9 +100,9 @@ jobs:
# Swap and restart production service
ssh -o StrictHostKeyChecking=no ${DEPLOY_USER}@${DEPLOY_HOST} "
systemctl stop pulse &&
sudo systemctl stop pulse &&
mv /tmp/pulse-new /opt/pulse/bin/pulse &&
systemctl start pulse
sudo systemctl start pulse
"
- name: Verify production