From d8a06db7dea1c4e8250114a86cdc12d54d40b327 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Jul 2020 10:51:39 +0200 Subject: [PATCH] Add notes on ops --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 35a8a5c..2a3b73f 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,23 @@ _(click for video)_ ## run: `python3 dropship.py` + +## operations: + +### github mirror: + +Add the following to the bottom of your `.git/config`. + +``` +[remote "all"] + url = ssh://gitea@vvvvvvaria.org:12345/rra/dropship.git + url = git@github.com:decentral1se/dropship.git +``` + +The `git push -u all main` will setup `git push` to automatically push to both remotes. + +### make a release: + +`git tag 0.0.1dev$whatever && git push` + +The [Travis CI configuration](https://git.vvvvvvaria.org/rra/dropship/src/branch/main/.travis.yml) will run [a build](https://travis-ci.org/github/decentral1se/dropship) and [publish binaries here](https://github.com/decentral1se/dropship/releases).