Skip to content

Commit fe29c4b

Browse files
authored
Merge pull request #1 from Tusflow/blacksmith-migration-d52d388
blacksmith.sh: Migrate workflows to Blacksmith
2 parents d52d388 + 5805668 commit fe29c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
build:
17-
runs-on: ubuntu-latest
17+
runs-on: blacksmith-4vcpu-ubuntu-2204
1818
env:
1919
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
2020
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
@@ -28,7 +28,7 @@ jobs:
2828
bun-version: latest
2929

3030
- name: Restore cache
31-
uses: actions/cache@v4
31+
uses: useblacksmith/cache@v5
3232
with:
3333
path: |
3434
.next/cache

0 commit comments

Comments
 (0)