1
0
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2024-09-16 15:02:53 -04:00
This commit is contained in:
CyberL1 2024-04-27 10:24:16 +02:00
parent db2af26049
commit 8fa82115e2

View File

@ -20,7 +20,7 @@ jobs:
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
- name: Add the ssh key to known_keys
run: ssh-keyscan cyber@mymc-link > /home/runner/.ssh/known_keys
run: ssh-keyscan cyber@my-mc.link > /home/runner/.ssh/known_keys
- name: Stop the realms server for the deployment
run: ssh cyber@my-mc.link "pm2 stop 0"
- name: Deploy compiled binary and dll files to server