This commit is contained in:
parent
c8a5ffde42
commit
af6fb43348
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repo and connect to ssh
|
- name: Clone repo and connect to ssh
|
||||||
run: |
|
run: |
|
||||||
nix-shell -p git ssh-agents
|
nix-shell -p git ssh-agents nixos-rebuild
|
||||||
git clone https://"${{ vars.GIT_USER }}":"${{ vars.GIT_PASS }}"@git.le43.eu/tbarnouin/nixos-hypervisor
|
git clone https://"${{ vars.GIT_USER }}":"${{ vars.GIT_PASS }}"@git.le43.eu/tbarnouin/nixos-hypervisor
|
||||||
cd nixos-hypervisor
|
cd nixos-hypervisor
|
||||||
echo '${{ secrets.SSH_PRIVATE_KEY }}' > id_ed25519.pub
|
echo '${{ secrets.SSH_PRIVATE_KEY }}' > id_ed25519.pub
|
||||||
|
|
Loading…
Reference in a new issue