Skip to content

Commit

Permalink
use .sshe/id_rsa
Browse files Browse the repository at this point in the history
  • Loading branch information
gbanu committed Feb 6, 2025
1 parent 0ea2b8c commit 93183aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
echo "##################################################################################################"
# Build SSH-command
SSH="ssh -o LogLevel=ERROR -i id_rsa -l $DEPLOYMENT_USER $node"
SSH="ssh -o LogLevel=ERROR -i ~/.ssh/id_rsa -l $DEPLOYMENT_USER $node"
# Remove old artemis.war
echo "[INFO] Remove old artemis.war ..."
Expand Down

0 comments on commit 93183aa

Please sign in to comment.