add admin scripts over from treehouse

would be nice to rewrite these as a standalone utility that integrates with Nix someday i guess
This commit is contained in:
りき萌 2024-08-23 22:37:49 +02:00
parent be6a47ae13
commit 384e64009e
6 changed files with 64 additions and 0 deletions

3
admin/deploy.bash Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
ssh "$RKGK_SERVER" -p "$RKGK_SERVER_PORT" "bash" "~/repo/admin/daemon/deploy.bash"