There was an error while loading. Please reload this page.
1 parent ed9ee9a commit f577660Copy full SHA for f577660
1 file changed
.github/workflows/deploy.yml
@@ -43,14 +43,14 @@ jobs:
43
# Run migrations
44
bun run prisma-deploy
45
46
- sudo systemctl restart vicinae
+ systemctl restart vicinae
47
48
# Wait for service to be healthy
49
echo "Waiting for service to start..."
50
sleep 5
51
52
# Verify both the process and HTTP server.
53
- sudo systemctl is-active --quiet vicinae
+ systemctl is-active --quiet vicinae
54
curl --fail --silent --show-error http://127.0.0.1:3000/ >/dev/null
55
56
echo "Deployment completed successfully!"
0 commit comments