Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
+ added missing key dir
  • Loading branch information
illyrius666 committed Sep 30, 2024
1 parent 02aeb84 commit 81e938d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
SHA1: ${{ needs.release.outputs.SHA1 }}
run: |
echo "Updating server.properties with new values..."
mkdir -p ~/.ssh
ssh-keyscan -p 2222 $SFTP_SERVER >> ~/.ssh/known_hosts
sftp -P 2222 $SFTP_USERNAME@$SFTP_SERVER <<EOF
get /server.properties server.properties
Expand All @@ -88,4 +89,3 @@ jobs:
sftp -P 2222 $SFTP_USERNAME@$SFTP_SERVER <<EOF
put server.properties /server.properties
bye
EOF

0 comments on commit 81e938d

Please sign in to comment.