mirror of
https://github.com/therootcompany/serviceman.git
synced 2025-04-19 05:50:36 +00:00
build script: don't publish after build
This commit is contained in:
parent
6c6c0123ed
commit
b64dbc6ca6
@ -39,5 +39,5 @@ echo "RPi Zero ARMv5"
|
|||||||
GOOS=linux GOARCH=arm GOARM=5 go build -mod=vendor -o dist/linux/armv5/${exe} $gocmd
|
GOOS=linux GOARCH=arm GOARM=5 go build -mod=vendor -o dist/linux/armv5/${exe} $gocmd
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
rsync -av ./dist/ ubuntu@rootprojects.org:/srv/www/rootprojects.org/serviceman/dist/
|
#rsync -av ./dist/ ubuntu@rootprojects.org:/srv/www/rootprojects.org/serviceman/dist/
|
||||||
# https://rootprojects.org/serviceman/dist/windows/amd64/serviceman.exe
|
# https://rootprojects.org/serviceman/dist/windows/amd64/serviceman.exe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user