pushokku/README.md

37 lines
882 B
Markdown
Raw Normal View History

2020-03-01 23:24:41 +00:00
# Pushokku
2020-03-01 23:21:13 +00:00
2020-03-01 23:24:41 +00:00
Push docker image to remote dokku server then deploy it
2020-03-01 23:21:13 +00:00
## Installation
2020-03-01 23:24:41 +00:00
Run the following comand
2020-03-01 23:21:13 +00:00
2020-03-01 23:24:41 +00:00
make build
2020-03-01 23:21:13 +00:00
2020-03-01 23:24:41 +00:00
## Usage
2020-03-01 23:21:13 +00:00
2020-03-01 23:24:41 +00:00
Show help
2020-03-01 23:21:13 +00:00
2020-03-01 23:26:21 +00:00
```shell-session
$ ./pushokku --help
Welcome to Pushokku!
-c CONFIG, --config=CONFIG Use the following config file
-f DOCKER_COMPOSE_YML, --config=DOCKER_COMPOSE_YML
Use the following docker-compose file
-v, --version Show version
-h, --help Show help
```
2020-03-01 23:21:13 +00:00
## Contributing
1. Fork it (<https://github.com/glenux/pushokku/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [Glenn Y. Rolland](https://github.com/glenux) - creator and maintainer
2020-03-01 23:24:41 +00:00