nix-flake/.forgejo/workflows/activate.yml
Satria b1406939d2
Some checks failed
Activate NixOS Configuration On Push / deploy (push) Failing after 13s
change token path and add workflow file
2026-03-14 09:34:53 +07:00

13 lines
No EOL
293 B
YAML

name: Activate NixOS Configuration On Push
on:
push:
branches:
- main
jobs:
deploy:
runs-on: nixos-server
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build and activate system
run: sudo nixos-rebuild switch --flake .#homelab