update command
Some checks are pending
continuous-integration/drone/push Build is failing

This commit is contained in:
shimunn 2019-04-24 22:37:28 +02:00
parent 2acbb6d574
commit 3cdee28f92

View File

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