wip
This commit is contained in:
parent
5d85d8166e
commit
0637f5bdcd
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
||||||
gitRoot = builtins.toString ./.;
|
gitRoot = builtins.toString ./.;
|
||||||
|
|
||||||
start-arion-run = writeShellScriptBinInRepoRoot "start-arion-run" ''
|
start-arion-run = writeShellScriptBinInRepoRoot "start-arion-run" ''
|
||||||
cd ${gitRoot}/arion/
|
cd /root/petersweb-infra/nixos/arion
|
||||||
${pkgs.arion}/bin/arion down
|
${pkgs.arion}/bin/arion down
|
||||||
${pkgs.arion}/bin/arion up
|
${pkgs.arion}/bin/arion up
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue