1
0
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2024-09-19 07:52:52 -04:00

/root/dotnet

This commit is contained in:
CyberL1 2024-04-20 22:28:44 +02:00
parent 180f82edf6
commit 667214eb56

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: dotnet publish --runtime linux-arm64 run: /root/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