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 d94302a commit 6fb11e8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Preview Deployment - Dashboard
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID_DASHBOARD }}
TURBO_TOKEN: ${{ secrets.VERCEL_TOKEN }}
TURBO_TEAM: ${{ secrets.VERCEL_ORG_ID }}
# TURBO_TOKEN: ${{ secrets.VERCEL_TOKEN }}
# TURBO_TEAM: ${{ secrets.VERCEL_ORG_ID }}
on:
push:
branches-ignore:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Preview Deployment - Website
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID_WEBSITE }}
TURBO_TOKEN: ${{ secrets.VERCEL_TOKEN }}
TURBO_TEAM: ${{ secrets.VERCEL_ORG_ID }}
# TURBO_TOKEN: ${{ secrets.VERCEL_TOKEN }}
# TURBO_TEAM: ${{ secrets.VERCEL_ORG_ID }}
on:
push:
branches-ignore:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/production-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Production Deployment - Dashboard
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID_DASHBOARD }}
TURBO_TOKEN: ${{ secrets.VERCEL_TOKEN }}
TURBO_TEAM: ${{ secrets.VERCEL_ORG_ID }}
# TURBO_TOKEN: ${{ secrets.VERCEL_TOKEN }}
# TURBO_TEAM: ${{ secrets.VERCEL_ORG_ID }}
on:
push:
branches:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/production-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Production Deployment - Website
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID_WEBSITE }}
TURBO_TOKEN: ${{ secrets.VERCEL_TOKEN }}
TURBO_TEAM: ${{ secrets.VERCEL_ORG_ID }}
# TURBO_TOKEN: ${{ secrets.VERCEL_TOKEN }}
# TURBO_TEAM: ${{ secrets.VERCEL_ORG_ID }}
on:
push:
branches:
Expand Down
1 change: 0 additions & 1 deletion apps/dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion apps/website/README.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

0 comments on commit 6fb11e8

Please sign in to comment.