We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc69ec3 commit ca2ddf4Copy full SHA for ca2ddf4
.github/workflows/deploy.yml
@@ -39,14 +39,13 @@ jobs:
39
# Run migrations
40
bun run prisma-deploy
41
42
- # Restart service
43
- systemctl restart vicinae
+ sudo systemctl restart vicinae
44
45
# Wait for service to be healthy
46
echo "Waiting for service to start..."
47
sleep 5
48
49
# Verify service is running
50
- systemctl is-active --quiet vicinae && echo "✅ Service is running" || echo "❌ Service failed to start"
+ sudo systemctl is-active --quiet vicinae && echo "✅ Service is running" || echo "❌ Service failed to start"
51
52
echo "Deployment completed successfully!"
0 commit comments