6 lines
136 B
Makefile
6 lines
136 B
Makefile
build:
|
|
@go build -o ./certman .
|
|
|
|
stage: build
|
|
@sudo cp ./certman /srv/vm-passthru/certman
|
|
@ssh steven@192.168.122.44 updateCertman.sh
|