summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-06 01:20:04 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-06 01:20:04 -0800
commitf268b25f6a64ebc7c52e0cc1a2d82efbf1a6e207 (patch)
treedb0c2fbf4106dd498a9f80d17517911242772209 /flake.nix
parent8750fbee74fe1a623cb8c1901fc3f04ceb83dae9 (diff)
no push to vps for now
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 89034c7..c9884eb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -98,7 +98,6 @@ if [ "$BRANCH" != "main" ]; then
exit 0
fi
echo "Pushing to main detected. Deploying to ${spontaneityHost}..."
-nixos-rebuild switch --flake .#spontaneity --target-host ${spontaneityUser}@${spontaneityHost}
if [ $? -eq 0 ]; then
echo "Deployment successful!"
else