Files
jh-zz/deploy.ps1
2025-09-24 16:55:13 +08:00

3 lines
133 B
PowerShell

$env:GOOS="linux"; $env:GOARCH="amd64"; $env:CGO_ENABLED=0; go build -o dist/zz main.go
scp ./dist/zz wyk@43.226.58.254:~/zz/cli.new