This commit is contained in:
parent
b8559d8775
commit
f073c3232f
2 changed files with 6 additions and 5 deletions
|
@ -10,7 +10,9 @@ jobs:
|
|||
ls -alh
|
||||
nix-shell -p git
|
||||
git clone https://"${{ vars.GIT_USER }}":"${{ vars.GIT_PASS }}"@git.le43.eu/tbarnouin/nixos-hypervisor
|
||||
exit
|
||||
cd nixos-hypervisor
|
||||
nix --experimental-features 'nix-command flakes' build .#nginx
|
||||
echo "All set !"
|
||||
|
||||
nix-shell -p ssh-agents
|
||||
eval $(ssh-agent -s)
|
||||
ssh-add ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
ssh tbarnouin@192.168.1.40 echo "All set !"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue