config.json파일은 별도로 배포됨

This commit is contained in:
2023-06-21 17:16:45 +09:00
parent 879d4b7092
commit 3c9b959ad6

View File

@ -26,6 +26,5 @@ $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