Skip to content

Commit

Permalink
fix ssh cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicDin committed Mar 18, 2024
1 parent 05035b8 commit f371bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/image-upload/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:
echo "===> SSH"
ssh -p -v ${SSH_PORT} -i ~/.ssh/imageserver_id_rsa \
ssh -v -p ${SSH_PORT} -i ~/.ssh/imageserver_id_rsa \
${SSH_USER}@${SSH_IP} \
"mkdir -p ${DST_DIR}/${VERSION}" || true
Expand Down

0 comments on commit f371bbf

Please sign in to comment.