Skip to content

Commit 9dc42f8

Browse files
committed
workflow readme
1 parent aa4c1b5 commit 9dc42f8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Vercel Deployments
2+
3+
### Feature PR to main [vercel-preview-pr.yml](./web-app-deployer.yml)
4+
- Runs checks: lint, test, e2e:test
5+
- Creates a preview URL to test feature using the DEV environment
6+
- Generate Lighthouse report based on preview URL
7+
8+
### When feature is merged to main
9+
- Vercel automatically deploys any new changes done in main to the staging environment
10+
- No github workflow
11+
12+
### Production Release [verecl-prod-on-release.yml](./verecl-prod-on-release.yml)
13+
- Done automatically on Github releases
14+
- Can be manually triggered

0 commit comments

Comments
 (0)