The following workflows have been disabled by renaming them with .disabled extension:
deploy.yml.disabled- Main deployment workflow for Render (API) and Vercel (Client)preview.yml.disabled- Preview deployment workflow for pull requests
These workflows were disabled because:
- The associated Vercel and Render accounts are suspended
- The deployment secrets are tied to different accounts
- Prevents failed deployments on every push
To re-enable these workflows:
- Set up new hosting accounts (Vercel, Render, Netlify, etc.)
- Configure the required secrets in GitHub repository settings
- Rename the files back to
.ymlextension - Update the deployment URLs and configuration as needed
Consider using:
- Vercel (for client) - Free tier available
- Render (for API) - Free tier available
- Netlify (for client) - Free tier available
- Railway (for API) - Free tier available
- Heroku (for API) - Limited free options