Files
jh-zz/deploy.ps1
2026-02-26 16:10:17 +08:00

4 lines
144 B
PowerShell

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