Skip to content

Commit f577660

Browse files
committed
fix(ci): remove _all_ sudo calls
1 parent ed9ee9a commit f577660

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
# Run migrations
4444
bun run prisma-deploy
4545
46-
sudo systemctl restart vicinae
46+
systemctl restart vicinae
4747
4848
# Wait for service to be healthy
4949
echo "Waiting for service to start..."
5050
sleep 5
5151
5252
# Verify both the process and HTTP server.
53-
sudo systemctl is-active --quiet vicinae
53+
systemctl is-active --quiet vicinae
5454
curl --fail --silent --show-error http://127.0.0.1:3000/ >/dev/null
5555
5656
echo "Deployment completed successfully!"

0 commit comments

Comments
 (0)