diff options
| author | Jeff Carr <[email protected]> | 2023-12-20 18:36:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-21 09:16:35 -0600 |
| commit | 1b32ded4dc53175a975f330cdc11fc5dcb09680a (patch) | |
| tree | d15ecbdbce06c6dd3e5280fd3cfb86aebedfd4fe /Makefile | |
| parent | 379fee6d963fe33b798676fd96955ad1c51a3027 (diff) | |
add the cloudflare example app
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
