This is an automated email from the ASF dual-hosted git repository.
harishgokul01 pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/development by this push:
new d287ab2f Offload Project Build to Vercel
d287ab2f is described below
commit d287ab2f267e12a5ef724ceb443fdc49207539d6
Author: harish876 <[email protected]>
AuthorDate: Tue Jan 20 01:00:07 2026 +0000
Offload Project Build to Vercel
---
.github/deploy-ecosystem-configs.json | 2 +-
.github/workflows/deploy-ecosystem.yml | 8 +-------
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/.github/deploy-ecosystem-configs.json
b/.github/deploy-ecosystem-configs.json
index 26fd63f1..3792ec2b 100644
--- a/.github/deploy-ecosystem-configs.json
+++ b/.github/deploy-ecosystem-configs.json
@@ -1,7 +1,7 @@
{
"projects": [
{
- "name": "reslens",
+ "name": "Reslens",
"path": "ecosystem/monitoring/reslens",
"vercel_project_id": "prj_g5KA6QQ36ltVydRW6TUKJhgdgYjT"
}
diff --git a/.github/workflows/deploy-ecosystem.yml
b/.github/workflows/deploy-ecosystem.yml
index 110fba23..b47c1743 100644
--- a/.github/workflows/deploy-ecosystem.yml
+++ b/.github/workflows/deploy-ecosystem.yml
@@ -175,17 +175,11 @@ jobs:
vercel pull --yes --environment=production --token=$VERCEL_TOKEN ||
echo "Could not pull Vercel config, continuing..."
- - name: Build Project
- working-directory: ${{ matrix.project.path }}
- env:
- VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
- run: vercel build --prod --token=$VERCEL_TOKEN
-
- name: Deploy to Vercel
working-directory: ${{ matrix.project.path }}
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
- run: vercel deploy --prebuilt --prod --token=$VERCEL_TOKEN
+ run: vercel deploy --prod --token=$VERCEL_TOKEN
- name: Deployment Summary
if: always()