]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Fix pull_deployment script
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 25 May 2019 12:40:47 +0000 (14:40 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 25 May 2019 12:40:47 +0000 (14:40 +0200)
nixops/scripts/pull_deployment

index 2f5087553ae98f07700322c7ccbaf1432bb68ed2..08b99159c619ea686ffe64c217dec9508238c627 100755 (executable)
@@ -30,4 +30,4 @@ deployment=$(pass show $NIXOPS_CONFIG_PASS_SUBTREE_PATH/Nixops/Deployment)
 
 echo "$deployment" | nixops_custom import
 
 
 echo "$deployment" | nixops_custom import
 
-nixops_custom modify -d "$DeploymentUuid" "$(dirname $DIR)/eldiron.nix"
+nixops_custom modify -d "$DeploymentUuid" "$(dirname $DIR)/default.nix"