summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-20 18:36:58 -0600
committerJeff Carr <[email protected]>2023-12-21 09:16:35 -0600
commit1b32ded4dc53175a975f330cdc11fc5dcb09680a (patch)
treed15ecbdbce06c6dd3e5280fd3cfb86aebedfd4fe /Makefile
parent379fee6d963fe33b798676fd96955ad1c51a3027 (diff)
add the cloudflare example app
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
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 [email protected]: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