Maximize Vercel's FREE Plan: Enable Auto Deployment for All Members | HackerNoon
Briefly

Earlier, Vercel's free pricing plan allowed multiple members to commit changes that would automatically deploy. However, this feature has recently changed, and now only the project creator can trigger deployments.
You can create a GitHub Action that performs an empty commit, triggering Vercel to deploy automatically. Here's how. Inside your repository, navigate to the .github/workflows directory. If the workflows folder doesn't exist, create it.
Step 1: Create the Workflow File: Add a file named auto-empty-commit.yml. Step 2: Add the Script: Paste the following code into auto-empty-commit.yml to set up automatic deployments.
Now, when a commit is made, the action will create an empty commit, triggering Vercel to deploy automatically, sidestepping the new fee for additional team members.
Read at Hackernoon
[
|
]