Merge branch 'main' of https://git.vvvvvvaria.org/rra/dropship into main
This commit is contained in:
commit
2816e76438
22
README.md
22
README.md
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
lets try magic wormhole with a nice interface
|
lets try magic wormhole with a nice interface
|
||||||
|
|
||||||
[![Screenshot of dropship interface](https://vvvvvvaria.org/~r/dropship.png)](https://vvvvvvaria.org/~r/dropship0.1.webm)
|
![Screen cast of dropship interface](https://vvvvvvaria.org/~r/dropship0.1.gif)
|
||||||
|
|
||||||
_(click for video)_
|
_(click for video)_
|
||||||
|
|
||||||
@ -25,3 +25,23 @@ _(click for video)_
|
|||||||
## run:
|
## run:
|
||||||
|
|
||||||
`python3 dropship.py`
|
`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…
Reference in New Issue
Block a user