Skip to content

Commit

Permalink
docs: vercel docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Sep 16, 2023
1 parent d989bbf commit 5788123
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file added docs/images/monorepo.avif
Binary file not shown.
8 changes: 7 additions & 1 deletion docs/vercel.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Vercel

If your team uses a trunk-based development workflow and you want to deploy using tags and releases,
![Vercel Monorepo](./images/monorepo.avif "Title")
<p style="text-align: center;">The architecture of a monorepo deployed to Vercel</p>

If your team uses a `trunk-based` development workflow and you want to deploy using `tags` and `releases`,
this guide will walk you through the steps to automate deployments via tags instead of branches.

## Reference

- [Can you deploy based on tags/releases on Vercel?](https://vercel.com/guides/can-you-deploy-based-on-tags-releases-on-vercel)
- [How can I use GitHub Actions with Vercel?](https://vercel.com/guides/how-can-i-use-github-actions-with-vercel)
- [Monorepos are changing how teams build software](https://vercel.com/blog/monorepos)
- Quick Tip: [Deploy only modified Vercel projects in a Turborepo monorepo](https://www.joostschuur.com/blog/quick-tip-deploy-only-modified-vercel-projects-in-a-turborepo-monorepo)
- [Intelligent ignored builds using Turborepo](https://vercel.com/changelog/intelligent-ignored-builds-using-turborepo)

0 comments on commit 5788123

Please sign in to comment.