Skip to content

Commit 9544bca

Browse files
committed
try parallelizing nix
1 parent 716479a commit 9544bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: eepy-runner-set
1010
steps:
1111
- uses: actions/checkout@v4
12-
- run: nix run -L '.#pushDockerImageActions'
12+
- run: nix run -j32 -L '.#pushDockerImageActions'
1313
- run: GIT_REV=${{ github.sha }} nu -c 'open .kube/version.yaml -r | from yaml | update value $"kokuzo.tailc38f.ts.net/personal-api:${{ github.sha }}" | to yaml | save .kube/version.yaml -f'
1414
- run: |
1515
git config --global user.name 'GitHub Actions'

0 commit comments

Comments
 (0)