update name
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 1m9s

This commit is contained in:
Satria 2026-03-18 11:29:14 +07:00
commit a945955835

View file

@ -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 \