Skip to content

Commit

Permalink
stop pushing to zhang
Browse files Browse the repository at this point in the history
  • Loading branch information
danwdart committed Apr 13, 2024
1 parent c19c690 commit 159b6cc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
- name: Install Nix
uses: cachix/install-nix-action@v20
with:
Expand All @@ -34,6 +29,3 @@ jobs:
- name: Push to Cachix
run: |
nix-store -qR --include-outputs $(nix-instantiate shell.nix --add-root result/shell --indirect) | cachix push dandart
- name: Push to private cache server
run: |
nix-store -qR --include-outputs $(nix-instantiate shell.nix --add-root result/shell --indirect) | xargs nix-copy-closure --gzip -s --include-outputs ${{ vars.CACHE_USER }}@${{ vars.CACHE_SERVER }}

0 comments on commit 159b6cc

Please sign in to comment.