Browse Source

Add notes on ops

unifiedWindowUI
Luke Murphy 4 years ago
parent
commit
d8a06db7de
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 20
      README.md

20
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).

Loading…
Cancel
Save