From 1b32ded4dc53175a975f330cdc11fc5dcb09680a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 20 Dec 2023 18:36:58 -0600 Subject: add the cloudflare example app Signed-off-by: Jeff Carr --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1600657..4d3db8e 100644 --- a/Makefile +++ b/Makefile @@ -103,3 +103,14 @@ go-get: log: reset tail -f /tmp/witgui.* /tmp/guilogfile + +# sync repo to the github backup +github: + -git remote add github git@github.com:wit-go/control-panel-dns.git + -git branch -M main + git push origin main + git push origin devel + git push origin --tags + git push github main + git push github devel + git push github --tags -- cgit v1.2.3