mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-23 22:48:21 -05:00
uh
This commit is contained in:
parent
d9a5984160
commit
db2af26049
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -19,9 +19,11 @@ jobs:
|
||||
uses: webfactory/ssh-agent@v0.9.0
|
||||
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
|
||||
- name: Stop the realms server for the deployment
|
||||
run: ssh -o StrictHostKeyChecking=no 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
|
||||
run: scp -o StrictHostKeyChecking=no -r MyMcRealms/bin/Release/net8.0/linux-arm64/publish/* cyber@my-mc.link:/home/cyber/MyMcRealms
|
||||
run: scp -r MyMcRealms/bin/Release/net8.0/linux-arm64/publish/* cyber@my-mc.link:/home/cyber/MyMcRealms
|
||||
- name: Start the realms server again
|
||||
run: ssh -o StrictHostKeyChecking=no -p cyber@my-mc.link "pm2 start 0"
|
||||
run: ssh -p cyber@my-mc.link "pm2 start 0"
|
||||
|
Loading…
Reference in New Issue
Block a user