From 3cdee28f921fef66b650dabecdc9d49022d804ca Mon Sep 17 00:00:00 2001 From: shimunn <> Date: Wed, 24 Apr 2019 22:37:28 +0200 Subject: [PATCH] update command --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 76ddbfd..6cc36ef 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,12 @@ 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}