Fix: use $HOME for SSH key path (works for both claude and root users)
This commit is contained in:
@@ -10,7 +10,7 @@ VERSION="${1:-}"
|
||||
WORKSPACE="/opt/mod-builds/firefrost-services/services/discord-rules"
|
||||
NC1_USER="ffg-builder"
|
||||
NC1_HOST="216.239.104.130"
|
||||
NC1_KEY="/home/claude/.ssh/ffg_build_rsa"
|
||||
NC1_KEY="${HOME}/.ssh/ffg_build_rsa"
|
||||
NC1_WORKSPACE="/home/ffg-builder/workspaces/build-$$"
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user