adding build hook
This commit is contained in:
parent
e68bd2a1ff
commit
f76edd3022
7
.githooks/post-commit/01-local_deploy.sh
Executable file
7
.githooks/post-commit/01-local_deploy.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
mkdir -p ~/bin
|
||||
cd ${PWD}/cmd/pwgen
|
||||
go build -o ~/bin/pwgen *.go
|
Loading…
Reference in New Issue
Block a user