mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-21 21:48:21 -05:00
:/
This commit is contained in:
parent
db2af26049
commit
8fa82115e2
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
|
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
|
||||||
- name: Add the ssh key to known_keys
|
- 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
|
- name: Stop the realms server for the deployment
|
||||||
run: ssh cyber@my-mc.link "pm2 stop 0"
|
run: ssh cyber@my-mc.link "pm2 stop 0"
|
||||||
- name: Deploy compiled binary and dll files to server
|
- name: Deploy compiled binary and dll files to server
|
||||||
|
Loading…
Reference in New Issue
Block a user