mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 11:30:15 +00:00
fix: add sudo to mv command in deploy
This commit is contained in:
parent
a40be03963
commit
7d2e002caa
1 changed files with 1 additions and 1 deletions
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
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue