Skip to content

Commit

Permalink
ci: removed cache vercel dependencies (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakbar-deriv authored Jan 29, 2025
1 parent 841e1e2 commit 2634c73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ jobs:
- name: Install Vercel Command Line Tools
run: npm install --global vercel@latest

- name: Cache Vercel Dependencies
uses: actions/cache@v4
with:
path: ~/.vercel
key: vercel-cache-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
vercel-cache-${{ runner.os }}-
- name: Fetch Preview Environment Configuration
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}

Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
- name: Install Vercel Command Line Tools
run: npm install --global vercel@latest

- name: Cache Vercel Dependencies
uses: actions/cache@v4
with:
path: ~/.vercel
key: vercel-cache-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
vercel-cache-${{ runner.os }}-
- name: Fetch Production Environment Configuration
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}

Expand Down

0 comments on commit 2634c73

Please sign in to comment.