1
1

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

This commit is contained in:
2026-01-04 01:07:50 -05:00
parent 363ef5143c
commit ca122b8d50
2 changed files with 10 additions and 4 deletions

8
run.sh
View File

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