mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
fix: add sudo to mv command in deploy
This commit is contained in:
2
.github/workflows/deploy-demo-server.yml
vendored
2
.github/workflows/deploy-demo-server.yml
vendored
@@ -101,7 +101,7 @@ jobs:
|
||||
# Swap and restart production service
|
||||
ssh -o StrictHostKeyChecking=no ${DEPLOY_USER}@${DEPLOY_HOST} "
|
||||
sudo systemctl stop pulse &&
|
||||
mv /tmp/pulse-new /opt/pulse/bin/pulse &&
|
||||
sudo mv /tmp/pulse-new /opt/pulse/bin/pulse &&
|
||||
sudo systemctl start pulse
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user