Skip to content

Commit fa7cd5d

Browse files
authored
Merge branch 'RooCodeInc:main' into i/update-gemini-and-vertex-models
2 parents ffb42ca + 5c05762 commit fa7cd5d

File tree

78 files changed

+8408
-506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+8408
-506
lines changed

.github/workflows/website-deploy.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- "apps/web-roo-code/**"
8+
- 'apps/web-roo-code/**'
99
workflow_dispatch:
1010

1111
env:
@@ -21,11 +21,11 @@ jobs:
2121
- name: Check if VERCEL_TOKEN exists
2222
id: check
2323
run: |
24-
if [ -n "${{ secrets.VERCEL_TOKEN }}" ]; then
25-
echo "has-vercel-token=true" >> $GITHUB_OUTPUT
26-
else
27-
echo "has-vercel-token=false" >> $GITHUB_OUTPUT
28-
fi
24+
if [ -n "${{ secrets.VERCEL_TOKEN }}" ]; then
25+
echo "has-vercel-token=true" >> $GITHUB_OUTPUT
26+
else
27+
echo "has-vercel-token=false" >> $GITHUB_OUTPUT
28+
fi
2929
3030
deploy:
3131
runs-on: ubuntu-latest
@@ -36,11 +36,6 @@ jobs:
3636
uses: actions/checkout@v4
3737
- name: Setup Node.js and pnpm
3838
uses: ./.github/actions/setup-node-pnpm
39-
- name: Migrate evals database
40-
run: pnpm db:migrate:production
41-
working-directory: packages/evals
42-
env:
43-
DATABASE_URL: ${{ secrets.EVALS_DATABASE_URL }}
4439
- name: Install Vercel CLI
4540
run: npm install --global vercel@canary
4641
- name: Pull Vercel Environment Information
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)