We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4c1b5 commit 9dc42f8Copy full SHA for 9dc42f8
1 file changed
.github/workflows/README.md
@@ -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