We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dccfd2a commit 811eb14Copy full SHA for 811eb14
.github/workflows/workflow.yml
@@ -123,6 +123,10 @@ jobs:
123
run: |
124
echo "$SSH_PRIVATE_KEY" > .ssh_private_key
125
chmod 700 .ssh_private_key
126
+ mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts
127
+ ssh-keyscan mc-admin.hackclub.com >> ~/.ssh/known_hosts
128
+ eval $(ssh-agent)
129
+ ssh-add - <<< "$SSH_PRIVATE_KEY"
130
scp -i .ssh_private_key HCCore-Shadow-*.jar [email protected]:/opt/minecraft/plugins/update
131
rm .ssh_private_key
132
0 commit comments