Skip to content

Commit

Permalink
Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Nov 12, 2023
1 parent 0eac794 commit b402cd4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- uses: oven-sh/setup-bun@v1
- name: Install Vercel CLI
run: bun i --global vercel@latest
- name: Install dependencies
run: bun i
- name: 📤 Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: 🏗 Build Project Artifacts
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/preview-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- uses: oven-sh/setup-bun@v1
- name: Install Vercel CLI
run: bun i --global vercel@latest
- name: Install dependencies
run: bun i
- name: 📤 Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: 🏗 Build Project Artifacts
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/production-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: bun i --global vercel@latest
- name: 📤 Pull Vercel Environment Information
run: vercel env pull .env --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Install dependencies
run: bun i
- name: Build
run: bun run build
- name: 📤 Pull Vercel Environment Information
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/production-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: bun i --global vercel@latest
- name: 📤 Pull Vercel Environment Information
run: vercel env pull .env --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Install dependencies
run: bun i
- name: Build
run: bun run build
- name: 📤 Pull Vercel Environment Information
Expand Down
1 change: 1 addition & 0 deletions apps/dashboard/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
p

0 comments on commit b402cd4

Please sign in to comment.