583 B
583 B
服务文件
/etc/systemd/system/baget.service
sudo nano /etc/systemd/system/baget.service
sudo systemctl daemon-reload
sudo systemctl start baget
sudo systemctl enable baget
sudo systemctl status baget
sudo systemctl stop baget
发布命令
# /disk/BaGet/src/BaGet$
dotnet publish -c Release -o /disk/BaGetApi/
同步命令
rsync -avz /disk/BaGetApi/ ubuntu@123.207.203.228:/disk/BaGet/net8.0/
上传
dotnet nuget push XLib.NetCore.Utility.1.0.0.nupkg --source "http://123.207.203.228:91/v3/index.json" --api-key "066f010d59"