15 lines
714 B
Markdown
15 lines
714 B
Markdown
# Tools to make the Byndle DX go brrr 😜
|
|
|
|
Until further notice I'll throw anyting I find useful into the `bin` folder.
|
|
Add this folder to your `PATH` to use them anywhere, any time in any terminal.
|
|
To avoud cluttering it too bad there is also the `docker` folder, as my workflow runs the whole setup within docker.
|
|
This too is in my `PATH`.
|
|
|
|
|
|
### deploy.py
|
|
|
|
To use this one you'll need to `pip install docker` and maybe also `pip install paramiko` depending on what you put in the `DOCKER_HOST` env var.
|
|
It also requres `DOCKER_HOST` which I've set to `ssh://developer@10.47.2.50` requiring `paramiko` on my work machines.
|
|
And at last `AZDO_PAT` which needs to be set to a Azure DevOps "personal access token".
|
|
|