Skip to content

Commit

Permalink
Fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 29, 2023
1 parent 2a3bc78 commit bc09235
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/preview-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile
- name: 📤 Pull Vercel Environment Information
run: bun vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
run: bunx vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: 🏗 Build Project Artifacts
run: bun vercel build --token=${{ secrets.VERCEL_TOKEN }}
run: bunx vercel build --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: |
bun vercel deploy --prebuilt --archive=tgz --token=${{ secrets.VERCEL_TOKEN }} > domain.txt
bun vercel alias --scope=${{ secrets.VERCEL_ORG_ID }} --token=${{ secrets.VERCEL_TOKEN }} set `cat domain.txt` ${{ env.GITHUB_REF_SLUG }}.app.midday.ai
bunx vercel deploy --prebuilt --archive=tgz --token=${{ secrets.VERCEL_TOKEN }} > domain.txt
bunx vercel alias --scope=${{ secrets.VERCEL_ORG_ID }} --token=${{ secrets.VERCEL_TOKEN }} set `cat domain.txt` ${{ env.GITHUB_REF_SLUG }}.app.midday.ai
1 change: 0 additions & 1 deletion apps/dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

Binary file modified bun.lockb
Binary file not shown.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@
"@manypkg/cli": "^0.21.1",
"turbo": "^1.11.2",
"typescript": "^5.3.3"
},
"devDependencies": {
"vercel": "33.0.1"
}
}

0 comments on commit bc09235

Please sign in to comment.