Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vgsantoniazzi/deployer

A deployer script written in GO
https://github.com/vgsantoniazzi/deployer

Last synced: about 2 months ago
JSON representation

A deployer script written in GO

Awesome Lists containing this project

README

        

## Welcome to Deployer

Run commands through ssh

## Getting Started

From source code on linux:

```
git clone [email protected]:vgsantoniazzi/deployer.git
cd deployer
cp bin/linux /usr/local/bin/deployer
deployer
```

From source code on mac:

```
git clone [email protected]:vgsantoniazzi/deployer.git
cd deployer
cp bin/mac /usr/local/bin/deployer
deployer
```

## Usage

create a yaml file with structure similar with [bin/deployer.yml](https://github.com/vgsantoniazzi/deployer/blob/master/bin/deploy.yml)

and use:

```
deployer deploy.yml
```

## Contributing

I :heart: Open source!

[Follow github guides for forking a project](https://guides.github.com/activities/forking/)

[Follow github guides for contributing open source](https://guides.github.com/activities/contributing-to-open-source/#contributing)

## License

Gem is released under the [MIT license](http://opensource.org/licenses/MIT).