Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lexmag/dicon
Simple release deliverer for Elixir
https://github.com/lexmag/dicon
deployment elixir ssh
Last synced: 3 months ago
JSON representation
Simple release deliverer for Elixir
- Host: GitHub
- URL: https://github.com/lexmag/dicon
- Owner: lexmag
- License: isc
- Created: 2016-01-16T16:54:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T13:08:28.000Z (over 3 years ago)
- Last Synced: 2024-10-13T19:06:06.015Z (4 months ago)
- Topics: deployment, elixir, ssh
- Language: Elixir
- Homepage:
- Size: 57.6 KB
- Stars: 38
- Watchers: 3
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Digital Conveyor
![CI Status](https://github.com/lexmag/dicon/workflows/CI/badge.svg)
[![Hex Version](https://img.shields.io/hexpm/v/dicon.svg)](https://hex.pm/packages/dicon)Simple release deliverer for Elixir.
## Installation
Add dicon as a dependency in your `mix.exs` file:
```elixir
def deps do
[{:dicon, "~> 0.5", [only: :dev, runtime: false]}]
end
```After you are done, run `mix deps.get` in your shell to fetch the dependencies.
## License
This software is licensed under [the ISC license](LICENSE).