initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
case "$SSH_ORIGINAL_COMMAND" in
|
||||
deploy-nginx) /opt/scripts/deploy-nginx.sh ;;
|
||||
deploy-timothykim) /opt/scripts/deploy-timothykim.sh ;;
|
||||
*)
|
||||
echo "Unknown command: $SSH_ORIGINAL_COMMAND"
|
||||
echo "Available: deploy-nginx, deploy-timothykim"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user