Compare commits

..

1 Commits

Author SHA1 Message Date
6d3abf821a live용 설정 추가 2023-06-21 17:14:27 +09:00

View File

@ -26,5 +26,6 @@ $Env:GOOS="linux"
$Env:GOARCH="amd64"
go build -ldflags="-s -w" .
Compress-Archive -Path config.json -Update -DestinationPath maingate.zip
Compress-Archive -Path maingate -Update -DestinationPath maingate.zip
Compress-Archive -Path *-firebase-*.json -Update -DestinationPath maingate.zip