mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-21 13:38:21 -05:00
forgot o
This commit is contained in:
parent
ba1656eefa
commit
f76819806d
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@ -20,8 +20,8 @@ jobs:
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
|
||||
- name: Stop the realms server for the deployment
|
||||
run: ssh -o StrictHostKeyChecking=n my-mc.link "pm2 stop 0"
|
||||
run: ssh -o StrictHostKeyChecking=no my-mc.link "pm2 stop 0"
|
||||
- name: Deploy compiled binary and dll files to server
|
||||
run: scp -o StrictHostKeyChecking=n -r MyMcRealms/bin/Release/net8.0/linux-arm64/publish/* my-mc.link:/home/cyber/MyMcRealms
|
||||
run: scp -o StrictHostKeyChecking=no -r MyMcRealms/bin/Release/net8.0/linux-arm64/publish/* my-mc.link:/home/cyber/MyMcRealms
|
||||
- name: Start the realms server again
|
||||
run: ssh -o StrictHostKeyChecking=n -p my-mc.link "pm2 start 0"
|
||||
run: ssh -o StrictHostKeyChecking=no -p my-mc.link "pm2 start 0"
|
||||
|
Loading…
Reference in New Issue
Block a user