deploy: purge key when done with status

This commit is contained in:
Aaron Bieber 2022-08-28 08:47:31 -06:00
parent 41442efad9
commit 1044884c2d
No known key found for this signature in database

1
deploy
View File

@ -42,6 +42,7 @@ if [ "$1" = "status" ]; then
host_data="$(${SSH} root@${host} 'nixos-version --json')"
echo -e "\t\t$(echo $host_data | jq -r .nixosVersion)\t$(echo $host_data | jq -r .configurationRevision)"
done
finish
exit 0
fi