cliffom / alfred

Deployment Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alfred - Deployment Assistant

alfred is able to facilitiate deployments. He does not like the capital A.

Getting Started

First time setup

make install
make setup
# configure .alfred/config.yml to your liking

Configuring and deploying

# Replace {{ENV}} with the environment you are
# building a deploy config for (qa, for example)
ENV={{ENV}} make repos
# configure .alfred/{{ENV}}.yml to your liking

# Confirm the output is to your liking
ENV={{ENV}} make verify

# Create release
ENV={{ENV}} make release

## Development and Testing
```sh
make test

About

Deployment Assistant


Languages

Language:Go 94.7%Language:Makefile 5.3%