Adjust makefile for development
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b94f3aefbb
commit
1daac6c423
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -1,4 +1,8 @@
|
|||
build:
|
||||
cd cmd/fermentord && GOARCH=arm GOARM=6 GOOS=linux go build
|
||||
|
||||
.PHONY: build
|
||||
install: build
|
||||
scp cmd/fermentord/fermentord fermentor.env.s18.joco.dk:
|
||||
ssh -t fermentor.env.s18.joco.dk sudo ./deploy.sh
|
||||
|
||||
.PHONY: build install
|
||||
|
|
Loading…
Reference in a new issue