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
commit 00ab4efa83809f532c8ba6198a3022c0be83bf1f Author: harish876 <[email protected]> AuthorDate: Tue Jan 20 05:56:51 2026 +0000 Update deployment command in workflow to include --yes flag for automatic confirmation --- .github/workflows/deploy-ecosystem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-ecosystem.yml b/.github/workflows/deploy-ecosystem.yml index d42b8014..6ec09cab 100644 --- a/.github/workflows/deploy-ecosystem.yml +++ b/.github/workflows/deploy-ecosystem.yml @@ -156,7 +156,7 @@ jobs: working-directory: ${{ matrix.project.path }} env: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} - run: vercel deploy --prod --token=$VERCEL_TOKEN + run: vercel deploy --prod --yes --token=$VERCEL_TOKEN - name: Deployment Summary if: always()
