deploy.nix: fix script
All checks were successful
deploy / test (push) Successful in 4s

This commit is contained in:
DavHau 2023-07-19 20:37:32 +02:00
parent 1a031bdbe6
commit e000e651f3

View File

@ -25,7 +25,9 @@
-a ${self'.packages.default}/ \
www@clan.lol:/var/www
rm ./ssh_key
if [ -e ./ssh_key ]; then
rm ./ssh_key
fi
'';
in {
apps.deploy.program = "${deployScript}";