update name
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 1m9s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 1m9s
This commit is contained in:
parent
00a759d8fe
commit
a945955835
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
name: NixOS Rebuild
|
name: Activate Homelab Configuration
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
echo "${{ secrets.DEPLOY_SSH_KEY }}" > ./ssh/deploy_key
|
echo "${{ secrets.DEPLOY_SSH_KEY }}" > ./ssh/deploy_key
|
||||||
chmod 600 ./ssh/deploy_key
|
chmod 600 ./ssh/deploy_key
|
||||||
|
|
||||||
- name: Rebuild
|
- name: Rebuild and switch
|
||||||
run: |
|
run: |
|
||||||
ssh -i ./ssh/deploy_key \
|
ssh -i ./ssh/deploy_key \
|
||||||
-o PasswordAuthentication=no \
|
-o PasswordAuthentication=no \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue