summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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