Skip to content

Commit

Permalink
Fix deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
polypixeldev authored Jan 21, 2024
1 parent bcf5ff4 commit 628896b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
env:
SSH_PRIVATE_KEY: ${{ secrets.MINECRAFT_DEPLOY_SSH_KEY }}
run: |
cat "$SSH_PRIVATE_KEY" > .ssh_private_key
echo "$SSH_PRIVATE_KEY" > .ssh_private_key
scp -i .ssh_private_key HCCore-Shadow-*.jar [email protected]:/opt/minecraft/plugins/update
rm .ssh_private_key

0 comments on commit 628896b

Please sign in to comment.