Vercel
-
Silent Github deploys
You can stop Vercel from commenting on each deploy by adding an option to
vercel.json
in the root of your repository:{
"github": {
"silent": true
}
} -
{
"redirects": [
{
"source": "/foo",
"destination": "/bar"
}
]
}
(Source)