1
0
Fork 0

show me what broke on deploy

This commit is contained in:
clerie 2021-12-07 19:18:01 +01:00
parent b62198e7a0
commit d195436aea
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ fi
cmd=" \
nixos-rebuild switch \
-I nixos-config=hosts/${DEPLOY_HOST}/configuration.nix \
-I nixos-config=hosts/${DEPLOY_HOST}/configuration.nix --show-trace\
"
if [ -z $DEPLOY_ADDRESS ] || [ $DEPLOY_ADDRESS = "-" ]; then