1
0
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2024-09-19 07:52:52 -04:00
This commit is contained in:
CyberL1 2024-04-20 22:29:52 +02:00
parent 667214eb56
commit 908d705cc0

View File

@ -14,6 +14,6 @@ jobs:
chmod +x dotnet-install.sh chmod +x dotnet-install.sh
./dotnet-install.sh ./dotnet-install.sh
- name: Compile MyMcRealms - name: Compile MyMcRealms
run: /root/dotnet publish --runtime linux-arm64 run: /root/.dotnet/dotnet publish --runtime linux-arm64
- name: Deploy compiled binary and dll files to server - name: Deploy compiled binary and dll files to server
run: scp -r -P 9476 MyMcRealms\bin\Release\net8.0\linux-arm64\publish\* root@ssh.surf:/root/MyMcRealms run: scp -r -P 9476 MyMcRealms\bin\Release\net8.0\linux-arm64\publish\* root@ssh.surf:/root/MyMcRealms