Skip to content

Commit

Permalink
Merge pull request #1 from Tusflow/blacksmith-migration-d52d388
Browse files Browse the repository at this point in the history
blacksmith.sh: Migrate workflows to Blacksmith
  • Loading branch information
evansso authored Jan 2, 2025
2 parents d52d388 + 5805668 commit fe29c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2204
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
Expand All @@ -28,7 +28,7 @@ jobs:
bun-version: latest

- name: Restore cache
uses: actions/cache@v4
uses: useblacksmith/cache@v5
with:
path: |
.next/cache
Expand Down

0 comments on commit fe29c4b

Please sign in to comment.