1
1

Update running/testing for deployment scripts
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Gitea Actions Demo / build-site (push) Successful in 4s

This commit is contained in:
2026-01-04 01:07:50 -05:00
parent 5cb2dce159
commit 203fad17d1
2 changed files with 10 additions and 4 deletions

8
run.sh
View File

@@ -1,6 +1,6 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p bash
sudo nixos-rebuild \
--option eval-cache false \
--flake /workspace/deployed-nixos-server-and-apps \
switch
sudo \
nixos-rebuild switch \
--option eval-cache false \
--flake /workspace/deployed-nixos-server-and-apps#linode-nixos

6
test.sh Executable file
View File

@@ -0,0 +1,6 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p bash
sudo \
nixos-rebuild test \
--option eval-cache false \
--flake /workspace/deployed-nixos-server-and-apps#linode-nixos