mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-09 16:38:21 -05:00
Debug test
This commit is contained in:
parent
4d4fe02b80
commit
c93673367a
@ -1,4 +1,4 @@
|
|||||||
name: Deploy
|
name: Deploy
|
||||||
run-name: Deploy 🚀
|
run-name: Deploy 🚀
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
@ -20,8 +20,8 @@ jobs:
|
|||||||
apt-get update
|
apt-get update
|
||||||
apt-get install sshpass
|
apt-get install sshpass
|
||||||
- name: Stop the realms server for the deployment
|
- name: Stop the realms server for the deployment
|
||||||
run: sshpass -p '${{ secrets.VPS_PASSWORD }}' ssh -vvvv -p 9476 root@ssh.surf "pm2 stop 0"
|
run: sshpass -p '${{ secrets.VPS_PASSWORD }}' ssh -o StrictHostKeyChecking=no -p 9476 root@ssh.surf "pm2 stop 0"
|
||||||
- name: Deploy compiled binary and dll files to server
|
- name: Deploy compiled binary and dll files to server
|
||||||
run: sshpass -p '${{ secrets.VPS_PASSWORD }}' scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r -P 9476 MyMcRealms/bin/Release/net8.0/linux-arm64/publish/* root@ssh.surf:/root/MyMcRealms
|
run: sshpass -p '${{ secrets.VPS_PASSWORD }}' scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r -P 9476 MyMcRealms/bin/Release/net8.0/linux-arm64/publish/* root@ssh.surf:/root/MyMcRealms
|
||||||
- name: Start the realms server again
|
- name: Start the realms server again
|
||||||
run: sshpass -p '${{ secrets.VPS_PASSWORD }}' ssh -p 9476 root@ssh.surf "pm2 start 0"
|
run: sshpass -p '${{ secrets.VPS_PASSWORD }}' ssh -o StrictHostKeyChecking=no -p 9476 root@ssh.surf "pm2 start 0"
|
||||||
|
Loading…
Reference in New Issue
Block a user