-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
# deploy | ||
# Deploy | ||
|
||
This repository is just to hold the Deploy action for Production and Preview environments for the actual blog. | ||
|
||
The Vercel integration at [blog](https://github.com/LR-Tech-Blog/blog) is to deploy the development build on a different Vercel project. | ||
|
||
## Status | ||
|
||
[![Vercel Deploy Production](https://github.com/LR-Tech-Blog/deploy/actions/workflows/vercel_deploy_production.yaml/badge.svg)](https://github.com/LR-Tech-Blog/deploy/actions/workflows/vercel_deploy_production.yaml) [![Vercel Deploy Preview](https://github.com/LR-Tech-Blog/deploy/actions/workflows/vercel_deploy_preview.yaml/badge.svg)](https://github.com/LR-Tech-Blog/deploy/actions/workflows/vercel_deploy_preview.yaml) | ||
|
||
## Preview URLs | ||
|
||
When the [Vercel Deploy Preview](https://github.com/LR-Tech-Blog/deploy/blob/main/.github/workflows/vercel_deploy_preview.yaml) is triggered, it will create a new deployment with a unique URL. This link is exposed as Annotation in the actual action run as `Notice`. | ||
|
||
### Remarks | ||
|
||
For now, the production deploy is triggered manually. |