Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).