Adjust makefile for development
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Søren Rasmussen 2022-07-29 00:46:47 +02:00
parent b94f3aefbb
commit 1daac6c423

View file

@ -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