Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuhacking/deploy-tool
https://github.com/cuhacking/deploy-tool
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cuhacking/deploy-tool
- Owner: cuhacking
- Created: 2020-09-25T21:09:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T19:49:19.000Z (over 4 years ago)
- Last Synced: 2024-11-09T21:35:05.568Z (3 months ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deploy-tool
A tool to help deploy projects as containers. Written in Rust, because.
## Development
Recommended development platform and tools are Linux and VS Code.
To run the program for development purposes:
```sh
cargo run# With command line arguments
cargo run -- --port 8888
```To just build it:
```sh
cargo build
```