wireguard-user/Makefile
shimunn 3cdee28f92
Some checks are pending
continuous-integration/drone/push Build is failing
update command
2019-04-24 22:37:28 +02:00

14 lines
188 B
Makefile

REPO := repo.shimun.net/shimun/wireguard-user
build:
docker build . -t ${REPO}
.ONESHELL:
update:
cd boringtun
git checkout master
git pull
push: build
docker push ${REPO}