feat: updated server ip
This commit is contained in:
parent
e84f6f9899
commit
13317ad7d6
1 changed files with 3 additions and 3 deletions
|
|
@ -60,13 +60,13 @@
|
||||||
type = "app";
|
type = "app";
|
||||||
program = toString (pkgs.writeShellScript "deploy-volpe" ''
|
program = toString (pkgs.writeShellScript "deploy-volpe" ''
|
||||||
set -e
|
set -e
|
||||||
echo "Building and deploying to cyberian@69.61.19.180..."
|
echo "Building and deploying to cyberian@69.61.19.129..."
|
||||||
nixos-rebuild switch --flake .#volpe \
|
nixos-rebuild switch --flake .#volpe \
|
||||||
--target-host cyberian@69.61.19.180 \
|
--target-host cyberian@69.61.19.129 \
|
||||||
--sudo \
|
--sudo \
|
||||||
--impure
|
--impure
|
||||||
'');
|
'');
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue