Skip to content

Commit

Permalink
Cleanup cache after Nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Feb 19, 2024
1 parent d5ccfbc commit 1f2dafd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
run: |
scp "${{ env.IMAGE_PATH }}" remote:~
- name: Cleanup cache after Nix build
run: |
nix-store --delete "${{ env.IMAGE_PATH }}"
- name: Deploy on remote
run: |
ssh remote <<\EOF
Expand Down

0 comments on commit 1f2dafd

Please sign in to comment.