add newline
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 30s
Example / Example (push) Failing after 2m9s

This commit is contained in:
Zuckerberg 2023-10-01 20:52:02 -06:00
parent c8dbdcbe62
commit de0892c905

View File

@ -39,17 +39,18 @@ jobs:
- run: curl -I s0.koi-bebop.ts.net
# - name: Setup SSH Key
# run: |
# echo "${{ secrets.BINARY_CACHE_PUSH_SSH_KEY }}" > id_ed25519
# chmod 600 id_ed25519
# ssh-agent -c -a $SSH_AUTH_SOCK
# ssh-add id_ed25519
- name: Setup SSH Key
uses: https://github.com/webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.BINARY_CACHE_PUSH_SSH_KEY }}
run: |
echo "${{ secrets.BINARY_CACHE_PUSH_SSH_KEY }}" id_ed25519
sed -i '$a\' id_ed25519
chmod 600 id_ed25519
ssh-agent -c -a $SSH_AUTH_SOCK
ssh-add id_ed25519
# - name: Setup SSH Key
# uses: https://github.com/webfactory/ssh-agent@v0.8.0
# with:
# ssh-private-key: ${{ secrets.BINARY_CACHE_PUSH_SSH_KEY }}
- name: Copy all built derivations to remote cache
run: nix copy --to ssh://cache-push@s0.koi-bebop.ts.net /nix/store/*